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 9c548bf commit 3b1a170Copy full SHA for 3b1a170
src/tools/tidy/src/deps.rs
@@ -66,6 +66,8 @@ static WHITELIST: &'static [Crate] = &[
66
Crate("bitflags"),
67
Crate("byteorder"),
68
Crate("cc"),
69
+ Crate("chalk-engine"),
70
+ Crate("chalk-macros"),
71
Crate("cfg-if"),
72
Crate("cmake"),
73
Crate("crossbeam-deque"),
@@ -102,6 +104,7 @@ static WHITELIST: &'static [Crate] = &[
102
104
Crate("regex-syntax"),
103
105
Crate("remove_dir_all"),
106
Crate("rustc-demangle"),
107
+ Crate("rustc-hash"),
108
Crate("rustc-rayon"),
109
Crate("rustc-rayon-core"),
110
Crate("scoped-tls"),
0 commit comments