Skip to content

Commit bdc5abe

Browse files
committed
Remove unused imports from front::eval
1 parent 8614cc9 commit bdc5abe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/comp/front/eval.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,11 @@ import std::str;
44
import std::option;
55
import std::option::some;
66
import std::option::none;
7-
import std::map::hashmap;
87
import driver::session;
9-
import ast::ident;
108
import front::parser::parser;
11-
import front::parser::spanned;
129
import front::parser::new_parser;
1310
import front::parser::parse_inner_attrs_and_next;
1411
import front::parser::parse_mod_items;
15-
import util::common;
16-
import util::common::filename;
17-
import util::common::span;
18-
import util::common::new_str_hash;
1912

2013

2114
tag eval_mode { mode_depend; mode_parse; }

0 commit comments

Comments
 (0)