Skip to content

Commit c660dd5

Browse files
committed
Remove unneeded imports now that #1873 seems to be fixed
1 parent ae1dd73 commit c660dd5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/rustc/middle/trans/base.rs

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import build::*;
4747
import shape::*;
4848
import type_of::*;
4949
import common::*;
50-
import type_of::type_of; // Issue #1873
5150
import common::result;
5251
import syntax::ast_map::{path, path_mod, path_name};
5352

src/rustc/middle/trans/closure.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import common::*;
77
import build::*;
88
import base::*;
99
import type_of::*;
10-
import type_of::type_of; // Issue #1873
1110
import back::abi;
1211
import syntax::codemap::span;
1312
import syntax::print::pprust::expr_to_str;

0 commit comments

Comments
 (0)