Skip to content

Commit a04b7a3

Browse files
committed
allow option-ext as a tool dependency (MPL licensed)
1 parent 5aecfe4 commit a04b7a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
4747
("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot
4848
("mdbook", "MPL-2.0"), // mdbook
4949
("openssl", "Apache-2.0"), // opt-dist
50+
("option-ext", "MPL-2.0"), // cargo-miri (via `directories`)
5051
("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"), // rustc (license is the same as LLVM uses)
5152
("ryu", "Apache-2.0 OR BSL-1.0"), // cargo/... (because of serde)
5253
("self_cell", "Apache-2.0"), // rustc (fluent translations)

0 commit comments

Comments
 (0)