Skip to content

Commit ab4024e

Browse files
committed
Update license exceptions for rustc-perf
1 parent d1a877a commit ab4024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const EXCEPTIONS_RUSTC_PERF: ExceptionList = &[
167167
("brotli-decompressor", "BSD-3-Clause/MIT"),
168168
("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"),
169169
("inferno", "CDDL-1.0"),
170-
("ring", NON_STANDARD_LICENSE), // see EXCEPTIONS_NON_STANDARD_LICENSE_DEPS for more.
170+
("option-ext", "MPL-2.0"),
171171
("ryu", "Apache-2.0 OR BSL-1.0"),
172172
("snap", "BSD-3-Clause"),
173173
("subtle", "BSD-3-Clause"),

0 commit comments

Comments
 (0)