Skip to content

Commit 309d615

Browse files
committed
Add rustc_apfloat license exception for RA
1 parent e7e81cf commit 309d615

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
@@ -132,6 +132,7 @@ const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
132132
("dissimilar", "Apache-2.0"),
133133
("notify", "CC0-1.0"),
134134
("pulldown-cmark-to-cmark", "Apache-2.0"),
135+
("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"),
135136
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
136137
("scip", "Apache-2.0"),
137138
("snap", "BSD-3-Clause"),

0 commit comments

Comments
 (0)