diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-05-19 11:53:08 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-05-19 11:53:08 +0300 |
| commit | 0f4d94a5b022ee611a53d5d3818fb7cdb604a5bd (patch) | |
| tree | 31945c134a63cb8529fa46ab9d34963c5ae384df | |
| parent | 9f4b6517208d77556a919789ed285e0c6f67bbb5 (diff) | |
Add option-ext to RA license exception list
| -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 1b73b67b755..58f4455ae2f 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -135,6 +135,7 @@ const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[ // tidy-alphabetical-start ("dissimilar", "Apache-2.0"), ("notify", "CC0-1.0"), + ("option-ext", "MPL-2.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 |
