about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2025-04-28 12:08:59 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2025-04-28 12:12:08 +0300
commit36ed4aaa2ea3f410bd44df63addaea98b0a678a4 (patch)
treecafebbb0d26fd4cebc0c4a7083d34d68b715a2f9 /src
parent5008c6a6c058911c26947f466840467e8c37a586 (diff)
downloadrust-36ed4aaa2ea3f410bd44df63addaea98b0a678a4.tar.gz
rust-36ed4aaa2ea3f410bd44df63addaea98b0a678a4.zip
Add foldhash license exception
Diffstat (limited to 'src')
-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 dd7f9c6b146..3c3ebf556c5 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -148,6 +148,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
 const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
     // tidy-alphabetical-start
     ("dissimilar", "Apache-2.0"),
+    ("foldhash", "Zlib"),
     ("notify", "CC0-1.0"),
     ("option-ext", "MPL-2.0"),
     ("pulldown-cmark-to-cmark", "Apache-2.0"),