diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-28 18:21:55 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-28 18:21:55 +0200 |
| commit | 309d6154b1e94921cd3d4e214889bf43cdc3f2be (patch) | |
| tree | ae6d0144440a72958aabb1b2c37ef0ec02dd668a /src | |
| parent | e7e81cf0008c1f47dfc0228fd57f054b0b5581ec (diff) | |
| download | rust-309d6154b1e94921cd3d4e214889bf43cdc3f2be.tar.gz rust-309d6154b1e94921cd3d4e214889bf43cdc3f2be.zip | |
Add rustc_apfloat license exception for RA
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index b06c072a2b0..d141de3c2c5 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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"), |
