mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
complete std prefixes for stdlib (#22887)
follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
This commit is contained in:
@@ -43,7 +43,7 @@ jkl"""
|
||||
# "An O(ND) Difference Algorithm and its Variations" by Eugene Myers
|
||||
# Algorithmica Vol. 1 No. 2, 1986, p 251.
|
||||
|
||||
import tables, strutils
|
||||
import std/[tables, strutils]
|
||||
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/assertions
|
||||
|
||||
Reference in New Issue
Block a user