about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-07-22 13:47:39 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-07-22 13:47:39 +0000
commit8ffa34ad4e41084a2bbd911a8f1727bb6e5738c9 (patch)
tree827b1a5bdc45235bc034a19900c795b37ec22744
parent36708123c1f73554c7bb5e8a2f0565aa25daef13 (diff)
downloadrust-8ffa34ad4e41084a2bbd911a8f1727bb6e5738c9.tar.gz
rust-8ffa34ad4e41084a2bbd911a8f1727bb6e5738c9.zip
Fix tidy error
-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 2be369d2b74..bfb967213e1 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -334,6 +334,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
     "cranelift-native",
     "cranelift-object",
     "crc32fast",
+    "equivalent",
     "fallible-iterator",
     "gimli",
     "hashbrown",