Skip to content

Commit cf52b9f

Browse files
Add literal-escaper to the allowed rustc deps list
1 parent 75aeabf commit cf52b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
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",

0 commit comments

Comments
 (0)