Skip to content

Commit

Permalink
tidy: Sort WHITELIST.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 13, 2020
1 parent 2e46faa commit 9a53cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/deps.rs
Expand Up @@ -101,6 +101,7 @@ const WHITELIST: &[&str] = &[
"getopts",
"getrandom",
"hashbrown",
"hermit-abi",
"humantime",
"indexmap",
"itertools",
Expand Down Expand Up @@ -176,7 +177,6 @@ const WHITELIST: &[&str] = &[
"winapi-util",
"winapi-x86_64-pc-windows-gnu",
"wincolor",
"hermit-abi",
];

/// Dependency checks.
Expand Down

0 comments on commit 9a53cf3

Please sign in to comment.