about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-02-01 00:07:21 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-02-10 10:38:23 +0100
commite256a21734dbd88bed0ec6934e5d6b2ab2754927 (patch)
treec9d2309c50c440de8f958315b7579fa65c86b289
parent94f0f2b603bdd10fabc7e06e29d25f230d22a93f (diff)
downloadrust-e256a21734dbd88bed0ec6934e5d6b2ab2754927.tar.gz
rust-e256a21734dbd88bed0ec6934e5d6b2ab2754927.zip
Add `literal-escaper` and `rustc-std-workspace-std` to the allowed rustc deps list
-rw-r--r--src/tools/tidy/src/deps.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index faa0db27b2b..5d871f0ab26 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -320,6 +320,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "libloading",
     "linux-raw-sys",
     "litemap",
+    "literal-escaper",
     "lock_api",
     "log",
     "matchers",
@@ -366,6 +367,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "rustc-rayon",
     "rustc-rayon-core",
     "rustc-stable-hash",
+    "rustc-std-workspace-std",
     "rustc_apfloat",
     "rustc_version",
     "rustix",