Skip to content

Commit 724a784

Browse files
Add literal-escaper and rustc-std-workspace-std to the allowed rustc deps list
1 parent 017ff8a commit 724a784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
320320
"libloading",
321321
"linux-raw-sys",
322322
"litemap",
323+
"literal-escaper",
323324
"lock_api",
324325
"log",
325326
"matchers",
@@ -366,6 +367,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
366367
"rustc-rayon",
367368
"rustc-rayon-core",
368369
"rustc-stable-hash",
370+
"rustc-std-workspace-std",
369371
"rustc_apfloat",
370372
"rustc_version",
371373
"rustix",

0 commit comments

Comments
 (0)