diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index dd7f9c6b146a..3c3ebf556c52 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"),