From 9a53cf37777f9fe88d58d2a53c10f3d880ccfcc0 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 25 Feb 2020 07:30:33 -0800 Subject: [PATCH] tidy: Sort WHITELIST. --- src/tools/tidy/src/deps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 1aee4d7cda43c..115787a7eedad 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -101,6 +101,7 @@ const WHITELIST: &[&str] = &[ "getopts", "getrandom", "hashbrown", + "hermit-abi", "humantime", "indexmap", "itertools", @@ -176,7 +177,6 @@ const WHITELIST: &[&str] = &[ "winapi-util", "winapi-x86_64-pc-windows-gnu", "wincolor", - "hermit-abi", ]; /// Dependency checks.