File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff 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 ]]
794788name = " core"
795789version = " 0.0.0"
@@ -1035,10 +1029,8 @@ version = "0.99.17"
10351029source = " registry+https://github.com/rust-lang/crates.io-index"
10361030checksum = " 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
10371031dependencies = [
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"
42174209version = " 0.0.0"
42184210dependencies = [
42194211 " bitflags 2.4.2" ,
4220- " derive_more" ,
42214212 " either" ,
42224213 " field-offset" ,
42234214 " gsgdt" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2021"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags = " 2.4.1"
9- derive_more = " 0.99.17"
109either = " 1.5.0"
1110field-offset = " 0.3.5"
1211gsgdt = " 0.1.2"
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments