Skip to content

Commit

Permalink
Add rustc_apfloat license exception for RA
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jan 28, 2024
1 parent e7e81cf commit 309d615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
("dissimilar", "Apache-2.0"),
("notify", "CC0-1.0"),
("pulldown-cmark-to-cmark", "Apache-2.0"),
("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"),
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
("scip", "Apache-2.0"),
("snap", "BSD-3-Clause"),
Expand Down

0 comments on commit 309d615

Please sign in to comment.