We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc-literal-escaper
1 parent 2e3a161 commit 017e99bCopy full SHA for 017e99b
src/tools/tidy/src/deps.rs
@@ -361,6 +361,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
361
"regex-syntax",
362
"rustc-demangle",
363
"rustc-hash",
364
+ "rustc-literal-escaper",
365
"rustc-rayon",
366
"rustc-rayon-core",
367
"rustc-stable-hash",
@@ -486,6 +487,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
486
487
"rand_core",
488
"rand_xorshift",
489
490
491
"shlex",
492
"syn",
493
"unicode-ident",
0 commit comments