about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-08-29 15:06:54 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-08-29 15:08:51 +0000
commitb0897f31b998472d024a2e00a7b00c5fc875351e (patch)
tree38f0b7422179f2fb5517b08b429c30a0b210a054 /src
parent831e291d3be4cacc4fe178424c4d6baa264d8b5a (diff)
downloadrust-b0897f31b998472d024a2e00a7b00c5fc875351e.tar.gz
rust-b0897f31b998472d024a2e00a7b00c5fc875351e.zip
Update getopts to remove unicode-width dependency
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 80b6d54ce1c..4efaf1fb771 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -478,7 +478,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
     "rustc-demangle",
     "rustc-literal-escaper",
     "shlex",
-    "unicode-width",
     "unwinding",
     "wasi",
     "windows-sys",