Skip to content

Commit dbefb4c

Browse files
committed
remove unused derive_more dep
1 parent ed014c7 commit dbefb4c

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

Cargo.lock

-9
Original file line numberDiff line numberDiff line change
@@ -761,12 +761,6 @@ dependencies = [
761761
"windows-sys 0.52.0",
762762
]
763763

764-
[[package]]
765-
name = "convert_case"
766-
version = "0.4.0"
767-
source = "registry+https://github.com/rust-lang/crates.io-index"
768-
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
769-
770764
[[package]]
771765
name = "core"
772766
version = "0.0.0"
@@ -1012,10 +1006,8 @@ version = "0.99.17"
10121006
source = "registry+https://github.com/rust-lang/crates.io-index"
10131007
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
10141008
dependencies = [
1015-
"convert_case",
10161009
"proc-macro2",
10171010
"quote",
1018-
"rustc_version",
10191011
"syn 1.0.109",
10201012
]
10211013

@@ -4170,7 +4162,6 @@ name = "rustc_middle"
41704162
version = "0.0.0"
41714163
dependencies = [
41724164
"bitflags 2.4.2",
4173-
"derive_more",
41744165
"either",
41754166
"field-offset",
41764167
"gsgdt",

compiler/rustc_middle/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags = "2.4.1"
9-
derive_more = "0.99.17"
109
either = "1.5.0"
1110
field-offset = "0.3.5"
1211
gsgdt = "0.1.2"

src/tools/tidy/src/deps.rs

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
208208
"cc",
209209
"cfg-if",
210210
"compiler_builtins",
211-
"convert_case", // dependency of derive_more
212211
"cpufeatures",
213212
"crc32fast",
214213
"crossbeam-channel",

0 commit comments

Comments
 (0)