We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d0cde commit d2ec15bCopy full SHA for d2ec15b
src/rustc/metadata.rs
@@ -17,8 +17,6 @@ mod driver {
17
}
18
19
mod util {
20
- import common = util_::common;
21
- export common;
22
import ppaux = util_::ppaux;
23
export ppaux;
24
import filesearch = util_::filesearch;
src/rustc/metadata/cstore.rs
@@ -5,7 +5,6 @@ import std::map;
5
import std::map::hashmap;
6
import syntax::{ast, attr};
7
import syntax::ast_util::new_def_hash;
8
-import util::common::*;
9
10
export cstore::{};
11
export cnum_map;
0 commit comments