Skip to content

Commit 1146136

Browse files
committed
Fix double import that now somehow gets caught by resolve
1 parent 4ab862a commit 1146136

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/comp/middle/typeck.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ import std::option::from_maybe;
4545

4646
import middle::tstate::ann::ts_ann;
4747

48-
import pretty::ppaux::ty_to_str;
49-
5048
type ty_table = hashmap[ast::def_id, ty::t];
5149
type fn_purity_table = hashmap[ast::def_id, ast::purity];
5250

0 commit comments

Comments
 (0)