about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-04-07 15:19:17 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-04-07 15:19:59 +0800
commitc3999f13203f06fa69cd7673ad55e077e755a19e (patch)
tree6d5043b294e8800a2ebf04554cccd20b652588cb
parent5f7fa4f97587092a851bfb23f8620ed0919c96c3 (diff)
downloadrust-c3999f13203f06fa69cd7673ad55e077e755a19e.tar.gz
rust-c3999f13203f06fa69cd7673ad55e077e755a19e.zip
tidy: remove `instant` dep exclusion
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 682ab4875a1..1a57d2b182a 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -164,7 +164,6 @@ const EXCEPTIONS_RUSTC_PERF: ExceptionList = &[
     ("brotli-decompressor", "BSD-3-Clause/MIT"),
     ("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"),
     ("inferno", "CDDL-1.0"),
-    ("instant", "BSD-3-Clause"),
     ("ring", NON_STANDARD_LICENSE), // see EXCEPTIONS_NON_STANDARD_LICENSE_DEPS for more.
     ("ryu", "Apache-2.0 OR BSL-1.0"),
     ("snap", "BSD-3-Clause"),