We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tinyvec_macros
tinyvec
1 parent a76dcd8 commit 686a982Copy full SHA for 686a982
src/tools/tidy/src/deps.rs
@@ -20,6 +20,7 @@ const LICENSES: &[&str] = &[
20
"Unlicense OR MIT",
21
"0BSD OR MIT OR Apache-2.0", // adler license
22
"Zlib OR Apache-2.0 OR MIT", // tinyvec
23
+ "MIT OR Apache-2.0 OR Zlib", // tinyvec_macros
24
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
25
];
26
@@ -218,6 +219,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
218
219
"time",
220
"tinystr",
221
"tinyvec",
222
+ "tinyvec_macros",
223
"thin-vec",
224
"tracing",
225
"tracing-attributes",
0 commit comments