about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-09-27 10:06:48 +0000
committerChris Denton <chris@chrisdenton.dev>2024-09-27 10:06:48 +0000
commit6c852d3ec40f72f9f84ffa36578410b1068ffa07 (patch)
tree7522de10c0aada0150e1aed087a91117849876f4
parent892d192b157a4289599a1fe3e8e02589fe8dbf42 (diff)
downloadrust-6c852d3ec40f72f9f84ffa36578410b1068ffa07.tar.gz
rust-6c852d3ec40f72f9f84ffa36578410b1068ffa07.zip
Allow shlex stdlib dependency
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index b880f312715..698fb42180f 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -481,6 +481,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
     "rand_core",
     "rand_xorshift",
     "rustc-demangle",
+    "shlex",
     "unicode-width",
     "unwinding",
     "wasi",