Skip to content

Commit 017e99b

Browse files
Add rustc-literal-escaper to allowed crates lists
1 parent 2e3a161 commit 017e99b

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
@@ -361,6 +361,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
361361
"regex-syntax",
362362
"rustc-demangle",
363363
"rustc-hash",
364+
"rustc-literal-escaper",
364365
"rustc-rayon",
365366
"rustc-rayon-core",
366367
"rustc-stable-hash",
@@ -486,6 +487,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
486487
"rand_core",
487488
"rand_xorshift",
488489
"rustc-demangle",
490+
"rustc-literal-escaper",
489491
"shlex",
490492
"syn",
491493
"unicode-ident",

0 commit comments

Comments
 (0)