From 8e558bcf1efd85992cbf60b313d5e0416d0083e3 Mon Sep 17 00:00:00 2001 From: chenx97 Date: Thu, 21 Sep 2023 19:40:56 +0800 Subject: [PATCH] tidy: remove io-lifetimes from the dependency list --- src/tools/tidy/src/deps.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index daa9cb8d22e..c05349c8e8d 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -180,7 +180,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "instant", "intl-memoizer", "intl_pluralrules", - "io-lifetimes", "is-terminal", "itertools", "itoa",