diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-09 09:04:52 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-09 09:04:52 +0000 |
| commit | 3ed37652593c188734b226dcecf920cee019961b (patch) | |
| tree | a8ddbeca3f03ce4a3679c69701fea8774e714200 | |
| parent | 169055f2ffef79b453e0d89599d0f0c5dabc0adb (diff) | |
| download | rust-3ed37652593c188734b226dcecf920cee019961b.tar.gz rust-3ed37652593c188734b226dcecf920cee019961b.zip | |
Remove no longer used dependency from the list of allowed dependencies
| -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 49210967c44..f89faacc2d1 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -326,7 +326,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[ "ahash", "anyhow", "arbitrary", - "autocfg", "bitflags", "bumpalo", "cfg-if", |
