Skip to content

Commit e472d37

Browse files
committed
remove unused derive_more dep
1 parent 59a23fc commit e472d37

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
@@ -784,12 +784,6 @@ dependencies = [
784784
"windows-sys 0.52.0",
785785
]
786786

787-
[[package]]
788-
name = "convert_case"
789-
version = "0.4.0"
790-
source = "registry+https://github.com/rust-lang/crates.io-index"
791-
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
792-
793787
[[package]]
794788
name = "core"
795789
version = "0.0.0"
@@ -1035,10 +1029,8 @@ version = "0.99.17"
10351029
source = "registry+https://github.com/rust-lang/crates.io-index"
10361030
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
10371031
dependencies = [
1038-
"convert_case",
10391032
"proc-macro2",
10401033
"quote",
1041-
"rustc_version",
10421034
"syn 1.0.109",
10431035
]
10441036

@@ -4217,7 +4209,6 @@ name = "rustc_middle"
42174209
version = "0.0.0"
42184210
dependencies = [
42194211
"bitflags 2.4.2",
4220-
"derive_more",
42214212
"either",
42224213
"field-offset",
42234214
"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
@@ -209,7 +209,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
209209
"cc",
210210
"cfg-if",
211211
"compiler_builtins",
212-
"convert_case", // dependency of derive_more
213212
"cpufeatures",
214213
"crc32fast",
215214
"crossbeam-channel",

0 commit comments

Comments
 (0)