diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2017-01-14 09:21:43 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2017-01-22 01:31:02 +0000 |
| commit | 191abc42642c29f589a34e7f6cdebd081c373138 (patch) | |
| tree | 8bc4e463fcf175903ed36becffe67af65302af43 /src/librustc_const_math | |
| parent | 356fa2c5db18beb5d4787ea2997f555504bb26dc (diff) | |
Remove unused `extern crate`s.
Diffstat (limited to 'src/librustc_const_math')
| -rw-r--r-- | src/librustc_const_math/Cargo.toml | 1 | ||||
| -rw-r--r-- | src/librustc_const_math/lib.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_const_math/Cargo.toml b/src/librustc_const_math/Cargo.toml index 3d7a4865e45..e6db1557fbe 100644 --- a/src/librustc_const_math/Cargo.toml +++ b/src/librustc_const_math/Cargo.toml @@ -9,7 +9,6 @@ path = "lib.rs" crate-type = ["dylib"] [dependencies] -log = { path = "../liblog" } serialize = { path = "../libserialize" } syntax = { path = "../libsyntax" } rustc_i128 = { path = "../librustc_i128" } diff --git a/src/librustc_const_math/lib.rs b/src/librustc_const_math/lib.rs index beecf4cd8eb..d40a6aa32fd 100644 --- a/src/librustc_const_math/lib.rs +++ b/src/librustc_const_math/lib.rs @@ -28,7 +28,6 @@ #![feature(const_fn)] #![cfg_attr(not(stage0), feature(i128))] -extern crate log; extern crate syntax; // SNAP: remove use of this crate |
