about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-02-22 05:20:39 +0000
committerbors <bors@rust-lang.org>2016-02-22 05:20:39 +0000
commite628398f3464ef4bb60c3a05006064e1633e3d6f (patch)
treee698dda4fafd91e9c82f8e5d5207fd230ac0beb2 /src/libstd
parent19437bd452208899a611fa48f5157d2ee9820c35 (diff)
parent95761417c397f161d93e4df26ef1d1fc6da8cd69 (diff)
downloadrust-e628398f3464ef4bb60c3a05006064e1633e3d6f.tar.gz
rust-e628398f3464ef4bb60c3a05006064e1633e3d6f.zip
Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn
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]