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 d1a877a commit ab4024eCopy full SHA for ab4024e
src/tools/tidy/src/deps.rs
@@ -167,7 +167,7 @@ const EXCEPTIONS_RUSTC_PERF: ExceptionList = &[
167
("brotli-decompressor", "BSD-3-Clause/MIT"),
168
("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"),
169
("inferno", "CDDL-1.0"),
170
- ("ring", NON_STANDARD_LICENSE), // see EXCEPTIONS_NON_STANDARD_LICENSE_DEPS for more.
+ ("option-ext", "MPL-2.0"),
171
("ryu", "Apache-2.0 OR BSL-1.0"),
172
("snap", "BSD-3-Clause"),
173
("subtle", "BSD-3-Clause"),
0 commit comments