We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f746012 commit f20aec4Copy full SHA for f20aec4
Cargo.lock
@@ -4341,7 +4341,6 @@ dependencies = [
4341
name = "rustc_session"
4342
version = "0.0.0"
4343
dependencies = [
4344
- "bitflags",
4345
"getopts",
4346
"num_cpus",
4347
"rustc_ast",
compiler/rustc_session/Cargo.toml
@@ -5,7 +5,6 @@ version = "0.0.0"
5
edition = "2018"
6
7
[dependencies]
8
-bitflags = "1.2.1"
9
getopts = "0.2"
10
rustc_macros = { path = "../rustc_macros" }
11
tracing = "0.1"
0 commit comments