Skip to content

Commit

Permalink
Allow shlex stdlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Sep 27, 2024
1 parent 892d192 commit 6c852d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
"rand_core",
"rand_xorshift",
"rustc-demangle",
"shlex",
"unicode-width",
"unwinding",
"wasi",
Expand Down

0 comments on commit 6c852d3

Please sign in to comment.