Skip to content

Commit

Permalink
minor fixes for std prefix in the compiler (nim-lang#23269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jan 30, 2024
1 parent 857b35c commit 98b083d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/nimeval.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import
ast, modules, condsyms,
options, llstream, lineinfos, vm,
vmdef, modulegraphs, idents, os, pathutils,
scriptconfig, std/[compilesettings, tables]
vmdef, modulegraphs, idents, pathutils,
scriptconfig, std/[compilesettings, tables, os]

import pipelines

Expand Down

0 comments on commit 98b083d

Please sign in to comment.