diff options
author | Miran <narimiran@disroot.org> | 2019-02-19 12:49:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 12:49:09 +0100 |
commit | 8cf97908ccc9a344175f07ad459440b2290d5d6a (patch) | |
tree | d4cde01f6e1c32f7df1126ab98af38ecfbd3008f /nimsuggest/sexp.nim | |
parent | 6b9a139f7f27422bc2d7dc3fad20d589518a93b5 (diff) | |
download | Nim-8cf97908ccc9a344175f07ad459440b2290d5d6a.tar.gz |
document proper imports, fixes #8164 (#10698)
Diffstat (limited to 'nimsuggest/sexp.nim')
-rw-r--r-- | nimsuggest/sexp.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nimsuggest/sexp.nim b/nimsuggest/sexp.nim index e0983467f..8f92e9098 100644 --- a/nimsuggest/sexp.nim +++ b/nimsuggest/sexp.nim @@ -7,6 +7,8 @@ # distribution, for details about the copyright. # +## **Note:** Import ``nimsuggest/sexp`` to use this module + import hashes, strutils, lexbase, streams, unicode, macros |