diff options
| author | chenx97 <chenx97@aosc.io> | 2023-09-21 19:40:56 +0800 |
|---|---|---|
| committer | Henry Chen <chenx97@aosc.io> | 2023-09-24 21:11:24 +0800 |
| commit | 8e558bcf1efd85992cbf60b313d5e0416d0083e3 (patch) | |
| tree | 1948beefac5c707fa8e182f2338b6bca6a3033c6 | |
| parent | 141c4636a7c84e45984f3153245e6d29cec1f1d2 (diff) | |
| download | rust-8e558bcf1efd85992cbf60b313d5e0416d0083e3.tar.gz rust-8e558bcf1efd85992cbf60b313d5e0416d0083e3.zip | |
tidy: remove io-lifetimes from the dependency list
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
