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 489f2f1 commit 0fc5daeCopy full SHA for 0fc5dae
src/tools/tidy/src/deps.rs
@@ -108,6 +108,9 @@ static WHITELIST: &'static [Crate] = &[
108
Crate("unicode-width"),
109
Crate("winapi"),
110
Crate("winapi-build"),
111
+ Crate("proc_macro"),
112
+ Crate("winapi-i686-pc-windows-gnu"),
113
+ Crate("winapi-x86_64-pc-windows-gnu"),
114
];
115
116
// Some types for Serde to deserialize the output of `cargo metadata` to...
0 commit comments