File tree Expand file tree Collapse file tree 3 files changed +504
-365
lines changed Expand file tree Collapse file tree 3 files changed +504
-365
lines changed Original file line number Diff line number Diff line change @@ -2822,7 +2822,6 @@ name = "rustc_mir"
2822
2822
version = " 0.0.0"
2823
2823
dependencies = [
2824
2824
" arena 0.0.0" ,
2825
- " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2826
2825
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2827
2826
" either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2828
2827
" graphviz 0.0.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ crate-type = ["dylib"]
11
11
12
12
[dependencies ]
13
13
arena = { path = " ../libarena" }
14
- bitflags = " 1.0"
15
14
either = " 1.5.0"
16
15
dot = { path = " ../libgraphviz" , package = " graphviz" }
17
16
log = " 0.4"
You can’t perform that action at this time.
0 commit comments