We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e81cf commit 309d615Copy full SHA for 309d615
1 file changed
src/tools/tidy/src/deps.rs
@@ -132,6 +132,7 @@ const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
132
("dissimilar", "Apache-2.0"),
133
("notify", "CC0-1.0"),
134
("pulldown-cmark-to-cmark", "Apache-2.0"),
135
+ ("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"),
136
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
137
("scip", "Apache-2.0"),
138
("snap", "BSD-3-Clause"),
0 commit comments