diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-09-27 10:06:48 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-09-27 10:06:48 +0000 |
| commit | 6c852d3ec40f72f9f84ffa36578410b1068ffa07 (patch) | |
| tree | 7522de10c0aada0150e1aed087a91117849876f4 | |
| parent | 892d192b157a4289599a1fe3e8e02589fe8dbf42 (diff) | |
| download | rust-6c852d3ec40f72f9f84ffa36578410b1068ffa07.tar.gz rust-6c852d3ec40f72f9f84ffa36578410b1068ffa07.zip | |
Allow shlex stdlib dependency
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
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", |
