We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81648a0 commit f04424aCopy full SHA for f04424a
Cargo.lock
@@ -2822,7 +2822,6 @@ name = "rustc_mir"
2822
version = "0.0.0"
2823
dependencies = [
2824
"arena 0.0.0",
2825
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2826
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2827
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2828
"graphviz 0.0.0",
src/librustc_mir/Cargo.toml
@@ -11,7 +11,6 @@ crate-type = ["dylib"]
11
12
[dependencies]
13
arena = { path = "../libarena" }
14
-bitflags = "1.0"
15
either = "1.5.0"
16
dot = { path = "../libgraphviz", package = "graphviz" }
17
log = "0.4"
0 commit comments