diff options
Diffstat (limited to 'lib/pure/times.nim')
-rw-r--r-- | lib/pure/times.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/times.nim b/lib/pure/times.nim index 35dda131b..dc55c34ce 100644 --- a/lib/pure/times.nim +++ b/lib/pure/times.nim @@ -21,7 +21,7 @@ ======== .. code-block:: nim - import times, os + import std/[times, os] # Simple benchmarking let time = cpuTime() sleep(100) # Replace this with something to be timed |