Skip to content

Commit 5fcb726

Browse files
committed
Fix formatting in tidy exception list
1 parent bf12f34 commit 5fcb726

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/tools/tidy/src/deps.rs

+11-11
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ const LICENSES: &[&str] = &[
2626
/// tooling. It is _crucial_ that no exception crates be dependencies
2727
/// of the Rust runtime (std/test).
2828
const EXCEPTIONS: &[(&str, &str)] = &[
29-
("mdbook", "MPL-2.0"), // mdbook
30-
("openssl", "Apache-2.0"), // cargo, mdbook
31-
("colored", "MPL-2.0"), // rustfmt
32-
("ordslice", "Apache-2.0"), // rls
33-
("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde)
34-
("bytesize", "Apache-2.0"), // cargo
35-
("im-rc", "MPL-2.0+"), // cargo
36-
("sized-chunks", "MPL-2.0+"), // cargo via im-rc
37-
("bitmaps", "MPL-2.0+"), // cargo via im-rc
29+
("mdbook", "MPL-2.0"), // mdbook
30+
("openssl", "Apache-2.0"), // cargo, mdbook
31+
("colored", "MPL-2.0"), // rustfmt
32+
("ordslice", "Apache-2.0"), // rls
33+
("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde)
34+
("bytesize", "Apache-2.0"), // cargo
35+
("im-rc", "MPL-2.0+"), // cargo
36+
("sized-chunks", "MPL-2.0+"), // cargo via im-rc
37+
("bitmaps", "MPL-2.0+"), // cargo via im-rc
3838
("crossbeam-queue", "MIT/Apache-2.0 AND BSD-2-Clause"), // rls via rayon
39-
("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot
40-
("snap", "BSD-3-Clause"), // rustc
39+
("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot
40+
("snap", "BSD-3-Clause"), // rustc
4141
// FIXME: this dependency violates the documentation comment above:
4242
("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target
4343
];

0 commit comments

Comments
 (0)