We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d00fe commit b44817fCopy full SHA for b44817f
1 file changed
src/tools/tidy/src/deps.rs
@@ -98,6 +98,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
98
"chalk-ir",
99
"chalk-solve",
100
"chrono",
101
+ "convert_case", // dependency of derive_more
102
"compiler_builtins",
103
"cpufeatures",
104
"crc32fast",
@@ -108,6 +109,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
108
109
"crypto-common",
110
"cstr",
111
"datafrog",
112
+ "derive_more",
113
"difference",
114
"digest",
115
"displaydoc",
0 commit comments