Skip to content

Commit 0f4d94a

Browse files
committed
Add option-ext to RA license exception list
1 parent 9f4b651 commit 0f4d94a

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
@@ -135,6 +135,7 @@ const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
135135
// tidy-alphabetical-start
136136
("dissimilar", "Apache-2.0"),
137137
("notify", "CC0-1.0"),
138+
("option-ext", "MPL-2.0"),
138139
("pulldown-cmark-to-cmark", "Apache-2.0"),
139140
("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"),
140141
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0

0 commit comments

Comments
 (0)