about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-04-08 08:56:34 +0000
committerbors <bors@rust-lang.org>2025-04-08 08:56:34 +0000
commite5fefc359bec532134013baaabc92560bfb61578 (patch)
treeddbf5fcee9956679fd34ed5377dce3f27fa64716 /src/tools
parentc6c179662d5a6fc0520e05b5c0682dcfc7333f77 (diff)
parentc3999f13203f06fa69cd7673ad55e077e755a19e (diff)
downloadrust-e5fefc359bec532134013baaabc92560bfb61578.tar.gz
rust-e5fefc359bec532134013baaabc92560bfb61578.zip
Auto merge of #139474 - jieyouxu:bump-rustc-perf, r=Kobzol
rustc-perf: update to `c0f3b53c8e5de87714d18a5f42998859302ae03a`

Hopefully unblocks https://github.com/rust-lang/rust/pull/139279.

r? `@Kobzol` (or compiler)
`@bors` rollup=never
Diffstat (limited to 'src/tools')
m---------src/tools/rustc-perf0
-rw-r--r--src/tools/tidy/src/deps.rs1
2 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rustc-perf b/src/tools/rustc-perf
-Subproject e22e08623a349b13a3296971a05394d44f76974
+Subproject c0f3b53c8e5de87714d18a5f42998859302ae03
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"),