summary refs log tree commit diff stats
path: root/compiler/liftlocals.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-10-29 21:48:11 +0800
committerGitHub <noreply@github.com>2023-10-29 14:48:11 +0100
commite17237ce9dbf5410623e9d510217e7817bf4fd89 (patch)
treed521fd68ae6e7abff399c13b51a55352de379d28 /compiler/liftlocals.nim
parent0c26d19e228e831393cb5d2c1f43660362d349c9 (diff)
downloadNim-e17237ce9dbf5410623e9d510217e7817bf4fd89.tar.gz
prepare for the enforcement of `std` prefix (#22873)
follow up https://github.com/nim-lang/Nim/pull/22851
Diffstat (limited to 'compiler/liftlocals.nim')
-rw-r--r--compiler/liftlocals.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/liftlocals.nim b/compiler/liftlocals.nim
index 58c6189d4..aaa0707e0 100644
--- a/compiler/liftlocals.nim
+++ b/compiler/liftlocals.nim
@@ -10,9 +10,11 @@
 ## This module implements the '.liftLocals' pragma.
 
 import
-  strutils, options, ast, msgs,
+  options, ast, msgs,
   idents, renderer, types, lowerings, lineinfos
 
+import std/strutils
+
 from pragmas import getPragmaVal
 from wordrecg import wLiftLocals