rustc_session: Remove unused dependency bitflags
Unused since commit 64af7eae1e
("Move SanitizerSet to rustc_target").
This commit is contained in:
parent
f7460121dc
commit
f20aec4cbd
2 changed files with 0 additions and 2 deletions
|
@ -4341,7 +4341,6 @@ dependencies = [
|
||||||
name = "rustc_session"
|
name = "rustc_session"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
|
||||||
"getopts",
|
"getopts",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"rustc_ast",
|
"rustc_ast",
|
||||||
|
|
|
@ -5,7 +5,6 @@ version = "0.0.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.2.1"
|
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
rustc_macros = { path = "../rustc_macros" }
|
rustc_macros = { path = "../rustc_macros" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue