We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aecfe4 commit a04b7a3Copy full SHA for a04b7a3
src/tools/tidy/src/deps.rs
@@ -47,6 +47,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
47
("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot
48
("mdbook", "MPL-2.0"), // mdbook
49
("openssl", "Apache-2.0"), // opt-dist
50
+ ("option-ext", "MPL-2.0"), // cargo-miri (via `directories`)
51
("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"), // rustc (license is the same as LLVM uses)
52
("ryu", "Apache-2.0 OR BSL-1.0"), // cargo/... (because of serde)
53
("self_cell", "Apache-2.0"), // rustc (fluent translations)
0 commit comments