Skip to content

Commit c0c0b5b

Browse files
committed
allow zerocopy license
1 parent 71c9ceb commit c0c0b5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const LICENSES: &[&str] = &[
1616
"Apache-2.0 OR MIT",
1717
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
1818
"Apache-2.0/MIT",
19+
"BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
1920
"ISC",
2021
"MIT / Apache-2.0",
2122
"MIT OR Apache-2.0 OR LGPL-2.1-or-later", // r-efi, r-efi-alloc
@@ -392,6 +393,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
392393
"yansi-term", // this is a false-positive: it's only used by rustfmt, but because it's enabled through a feature, tidy thinks it's used by rustc as well.
393394
"yoke",
394395
"yoke-derive",
396+
"zerocopy",
397+
"zerocopy-derive",
395398
"zerofrom",
396399
"zerofrom-derive",
397400
"zerovec",

0 commit comments

Comments
 (0)