Skip to content

Commit 9a53cf3

Browse files
committed
tidy: Sort WHITELIST.
1 parent 2e46faa commit 9a53cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const WHITELIST: &[&str] = &[
101101
"getopts",
102102
"getrandom",
103103
"hashbrown",
104+
"hermit-abi",
104105
"humantime",
105106
"indexmap",
106107
"itertools",
@@ -176,7 +177,6 @@ const WHITELIST: &[&str] = &[
176177
"winapi-util",
177178
"winapi-x86_64-pc-windows-gnu",
178179
"wincolor",
179-
"hermit-abi",
180180
];
181181

182182
/// Dependency checks.

0 commit comments

Comments
 (0)