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 730a076 commit 4e8f211Copy full SHA for 4e8f211
src/tools/tidy/src/deps.rs
@@ -87,6 +87,7 @@ const WHITELIST: &[Crate] = &[
87
Crate("fuchsia-zircon"),
88
Crate("fuchsia-zircon-sys"),
89
Crate("getopts"),
90
+ Crate("gcc"),
91
Crate("humantime"),
92
Crate("jobserver"),
93
Crate("kernel32-sys"),
@@ -122,6 +123,7 @@ const WHITELIST: &[Crate] = &[
122
123
Crate("scopeguard"),
124
Crate("smallvec"),
125
Crate("stable_deref_trait"),
126
+ Crate("stacker"),
127
Crate("tempfile"),
128
Crate("termcolor"),
129
Crate("terminon"),
0 commit comments