We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1dd73 commit c660dd5Copy full SHA for c660dd5
src/rustc/middle/trans/base.rs
@@ -47,7 +47,6 @@ import build::*;
47
import shape::*;
48
import type_of::*;
49
import common::*;
50
-import type_of::type_of; // Issue #1873
51
import common::result;
52
import syntax::ast_map::{path, path_mod, path_name};
53
src/rustc/middle/trans/closure.rs
@@ -7,7 +7,6 @@ import common::*;
7
import build::*;
8
import base::*;
9
10
11
import back::abi;
12
import syntax::codemap::span;
13
import syntax::print::pprust::expr_to_str;
0 commit comments