Skip to content

Commit bf12f34

Browse files
committed
Clean up now unused deps from the exceptions list
1 parent af53b0d commit bf12f34

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/tools/tidy/src/deps.rs

+2-8
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ 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-
("fuchsia-zircon-sys", "BSD-3-Clause"), // rustdoc, rustc, cargo
32-
("fuchsia-zircon", "BSD-3-Clause"), // rustdoc, rustc, cargo (jobserver & tempdir)
29+
("mdbook", "MPL-2.0"), // mdbook
30+
("openssl", "Apache-2.0"), // cargo, mdbook
3331
("colored", "MPL-2.0"), // rustfmt
3432
("ordslice", "Apache-2.0"), // rls
3533
("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde)
@@ -115,8 +113,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
115113
"fixedbitset",
116114
"flate2",
117115
"fortanix-sgx-abi",
118-
"fuchsia-zircon",
119-
"fuchsia-zircon-sys",
120116
"generic-array",
121117
"getopts",
122118
"getrandom",
@@ -130,7 +126,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
130126
"itertools",
131127
"itoa",
132128
"jobserver",
133-
"kernel32-sys",
134129
"lazy_static",
135130
"libc",
136131
"libz-sys",
@@ -222,7 +217,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
222217
"version_check",
223218
"wasi",
224219
"winapi",
225-
"winapi-build",
226220
"winapi-i686-pc-windows-gnu",
227221
"winapi-util",
228222
"winapi-x86_64-pc-windows-gnu",

0 commit comments

Comments
 (0)