remove either dependency we are not using

This commit is contained in:
Niko Matsakis 2018-06-27 07:05:40 -04:00
parent 59ea17ed3f
commit 5bfdb97684
3 changed files with 0 additions and 3 deletions

View file

@ -1781,7 +1781,6 @@ dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"chalk-engine 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fmt_macros 0.0.0",
"graphviz 0.0.0",

View file

@ -11,7 +11,6 @@ crate-type = ["dylib"]
[dependencies]
arena = { path = "../libarena" }
bitflags = "1.0"
either = "1.5.0"
fmt_macros = { path = "../libfmt_macros" }
graphviz = { path = "../libgraphviz" }
jobserver = "0.1"

View file

@ -79,7 +79,6 @@
extern crate arena;
#[macro_use] extern crate bitflags;
extern crate core;
extern crate either;
extern crate fmt_macros;
extern crate getopts;
extern crate graphviz;