Skip to content

Commit 36ed4aa

Browse files
committed
Add foldhash license exception
1 parent 5008c6a commit 36ed4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
148148
const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
149149
// tidy-alphabetical-start
150150
("dissimilar", "Apache-2.0"),
151+
("foldhash", "Zlib"),
151152
("notify", "CC0-1.0"),
152153
("option-ext", "MPL-2.0"),
153154
("pulldown-cmark-to-cmark", "Apache-2.0"),

0 commit comments

Comments
 (0)