diff options
author | hlaaftana <10591326+hlaaftana@users.noreply.github.com> | 2020-05-03 00:51:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 23:51:59 +0200 |
commit | fbc97e712a67f30076f7633880383c8c4ae7866f (patch) | |
tree | 3eec30d015360011fdfbb9ef71cfc85b172c3d67 /lib/pure/strtabs.nim | |
parent | 3be669be3255c6b47dd2542af9d2055a7d1207e3 (diff) | |
download | Nim-fbc97e712a67f30076f7633880383c8c4ae7866f.tar.gz |
move since from inclrtl to std/private/since (#14188)
* move since from inclrtl to std/private/since * move since import in system below for HCR
Diffstat (limited to 'lib/pure/strtabs.nim')
-rw-r--r-- | lib/pure/strtabs.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/strtabs.nim b/lib/pure/strtabs.nim index 11aa851a1..375f212cd 100644 --- a/lib/pure/strtabs.nim +++ b/lib/pure/strtabs.nim @@ -48,6 +48,7 @@ runnableExamples: ## * `json module<json.html>`_ for table-like structure which allows ## heterogeneous members +import std/private/since import hashes, strutils |