Skip to content

Commit 6c852d3

Browse files
committed
Allow shlex stdlib dependency
1 parent 892d192 commit 6c852d3

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
@@ -481,6 +481,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
481481
"rand_core",
482482
"rand_xorshift",
483483
"rustc-demangle",
484+
"shlex",
484485
"unicode-width",
485486
"unwinding",
486487
"wasi",

0 commit comments

Comments
 (0)