Skip to content

Commit 0fc5dae

Browse files
committed
Add a few missing deps
1 parent 489f2f1 commit 0fc5dae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ static WHITELIST: &'static [Crate] = &[
108108
Crate("unicode-width"),
109109
Crate("winapi"),
110110
Crate("winapi-build"),
111+
Crate("proc_macro"),
112+
Crate("winapi-i686-pc-windows-gnu"),
113+
Crate("winapi-x86_64-pc-windows-gnu"),
111114
];
112115

113116
// Some types for Serde to deserialize the output of `cargo metadata` to...

0 commit comments

Comments
 (0)