diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-09-09 17:32:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 17:32:21 +0200 |
| commit | f46ddbab2fa55490ca8d8bce89db8203ba48e834 (patch) | |
| tree | 06437858e40e8d1026867d47fd15f9e95ac26fbe /src | |
| parent | 85f3989ca56f6c88bc5c019ae694f850843d6c15 (diff) | |
| parent | b0897f31b998472d024a2e00a7b00c5fc875351e (diff) | |
| download | rust-f46ddbab2fa55490ca8d8bce89db8203ba48e834.tar.gz rust-f46ddbab2fa55490ca8d8bce89db8203ba48e834.zip | |
Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwco
Update getopts to remove unicode-width dependency Pulls in https://github.com/rust-lang/getopts/pull/133. This saves 1.5MB on the vendored size of the standard library.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index fee48bea144..60347b2ea64 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -477,7 +477,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[ "rustc-demangle", "rustc-literal-escaper", "shlex", - "unicode-width", "unwinding", "wasi", "windows-sys", |
