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 9f8ec42 commit 8e61612Copy full SHA for 8e61612
src/librustc_back/lib.rs
@@ -36,8 +36,6 @@
36
#[phase(plugin, link)]
37
extern crate log;
38
extern crate syntax;
39
-extern crate libc;
40
-extern crate flate;
41
extern crate serialize;
42
43
pub mod abi;
src/libsyntax/diagnostic.rs
@@ -8,8 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
12
-
13
use codemap::{Pos, Span};
14
use codemap;
15
use diagnostics;
0 commit comments