Skip to content

Commit

Permalink
[WIP] bring back std/ prefix within compiler and ensure it works in b…
Browse files Browse the repository at this point in the history
…ootstrap + bsd

* refs #16282 (comment)
* sounds very similar to #14291
  • Loading branch information
timotheecour authored Apr 30, 2021
1 parent 1640508 commit 5c0923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ic/dce.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Dead code elimination (=DCE) for IC.

import intsets, tables
import std/[intsets, tables]
import ".." / [ast, options, lineinfos, types]

import packed_ast, ic, bitabs
Expand Down

0 comments on commit 5c0923a

Please sign in to comment.