From ed0158d7aabbd768aba12c7e3892b934b9dfa12c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 12 Mar 2020 19:23:30 -0700 Subject: [PATCH] tidy: Remove chalk-engine/chalk-macros. Removed in #69247 while this PR was waiting to merge. --- src/tools/tidy/src/deps.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 115787a7eedad..1ffc415fb2497 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -78,8 +78,6 @@ const WHITELIST: &[&str] = &[ "c2-chacha", "cc", "cfg-if", - "chalk-engine", - "chalk-macros", "cloudabi", "cmake", "compiler_builtins",