about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-02-21 09:49:13 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-02-21 09:49:13 -0800
commit95761417c397f161d93e4df26ef1d1fc6da8cd69 (patch)
tree862fe6d150c8588ead16d2168ece0c8ac9d2aac0 /src/libstd
parent28a3e8bb51cdeda4ee73296b827bfb208a0bff5b (diff)
downloadrust-95761417c397f161d93e4df26ef1d1fc6da8cd69.tar.gz
rust-95761417c397f161d93e4df26ef1d1fc6da8cd69.zip
rustbuild: Sync some Cargo.toml/lib.rs dependencies
The standard library doesn't depend on rustc_bitflags, so move it to explicit
dependencies on all other crates. Additionally, the arena/fmt_macros deps could
be dropped from libsyntax.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index 390c64d7408..29bd28b6160 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -18,7 +18,6 @@ collections = { path = "../libcollections" }
 core = { path = "../libcore" }
 libc = { path = "../rustc/libc_shim" }
 rand = { path = "../librand" }
-rustc_bitflags = { path = "../librustc_bitflags" }
 rustc_unicode = { path = "../librustc_unicode" }
 
 [build-dependencies]