We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288194e commit e4f56b9Copy full SHA for e4f56b9
src/tools/tidy/src/deps.rs
@@ -23,6 +23,7 @@ const LICENSES: &[&str] = &[
23
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros
24
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
25
"(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident
26
+ "Unicode-DFS-2016", // tinystr and icu4x
27
];
28
29
/// These are exceptions to Rust's permissive licensing policy, and
0 commit comments