diff options
| author | Ralf Jung <post@ralfj.de> | 2023-10-07 07:56:15 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-10-07 08:03:45 +0200 |
| commit | a04b7a374458b640960798dffe83e614f7907562 (patch) | |
| tree | 898f0be78c35aba46b1a961ae84d1b4806c861da /src/tools | |
| parent | 5aecfe467b94c1d1a5124b119a8864d6dce8596f (diff) | |
| download | rust-a04b7a374458b640960798dffe83e614f7907562.tar.gz rust-a04b7a374458b640960798dffe83e614f7907562.zip | |
allow option-ext as a tool dependency (MPL licensed)
Diffstat (limited to 'src/tools')
| -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 7d3ef4197a7..49210967c44 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -47,6 +47,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[ ("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot ("mdbook", "MPL-2.0"), // mdbook ("openssl", "Apache-2.0"), // opt-dist + ("option-ext", "MPL-2.0"), // cargo-miri (via `directories`) ("rustc_apfloat", "Apache-2.0 WITH LLVM-exception"), // rustc (license is the same as LLVM uses) ("ryu", "Apache-2.0 OR BSL-1.0"), // cargo/... (because of serde) ("self_cell", "Apache-2.0"), // rustc (fluent translations) |
