Skip to content

Commit f20aec4

Browse files
committed
rustc_session: Remove unused dependency bitflags
Unused since commit 64af7ea ("Move SanitizerSet to rustc_target").
1 parent f746012 commit f20aec4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -4341,7 +4341,6 @@ dependencies = [
43414341
name = "rustc_session"
43424342
version = "0.0.0"
43434343
dependencies = [
4344-
"bitflags",
43454344
"getopts",
43464345
"num_cpus",
43474346
"rustc_ast",

compiler/rustc_session/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.0.0"
55
edition = "2018"
66

77
[dependencies]
8-
bitflags = "1.2.1"
98
getopts = "0.2"
109
rustc_macros = { path = "../rustc_macros" }
1110
tracing = "0.1"

0 commit comments

Comments
 (0)