Skip to content

Commit 5bfdb97

Browse files
committed
remove either dependency we are not using
1 parent 59ea17e commit 5bfdb97

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,6 @@ dependencies = [
17811781
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
17821782
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
17831783
"chalk-engine 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1784-
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
17851784
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
17861785
"fmt_macros 0.0.0",
17871786
"graphviz 0.0.0",

src/librustc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ crate-type = ["dylib"]
1111
[dependencies]
1212
arena = { path = "../libarena" }
1313
bitflags = "1.0"
14-
either = "1.5.0"
1514
fmt_macros = { path = "../libfmt_macros" }
1615
graphviz = { path = "../libgraphviz" }
1716
jobserver = "0.1"

src/librustc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
extern crate arena;
8080
#[macro_use] extern crate bitflags;
8181
extern crate core;
82-
extern crate either;
8382
extern crate fmt_macros;
8483
extern crate getopts;
8584
extern crate graphviz;

0 commit comments

Comments
 (0)