Skip to content

Commit 19f1d0d

Browse files
committed
Add unic-emoji-char and its dependencies to the allow list
1 parent afb6f8d commit 19f1d0d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
8282
"bitflags",
8383
"block-buffer",
8484
"block-padding",
85-
"byteorder",
8685
"byte-tools",
86+
"byteorder",
8787
"cc",
8888
"cfg-if",
8989
"chalk-derive",
@@ -140,9 +140,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
140140
"memmap2",
141141
"memoffset",
142142
"miniz_oxide",
143-
"num_cpus",
144143
"num-integer",
145144
"num-traits",
145+
"num_cpus",
146146
"object",
147147
"once_cell",
148148
"opaque-debug",
@@ -188,8 +188,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
188188
"serde_json",
189189
"sha-1",
190190
"sha2",
191-
"smallvec",
192191
"sharded-slab",
192+
"smallvec",
193193
"snap",
194194
"stable_deref_trait",
195195
"stacker",
@@ -209,6 +209,11 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
209209
"tracing-subscriber",
210210
"tracing-tree",
211211
"typenum",
212+
"unic-char-property",
213+
"unic-char-range",
214+
"unic-common",
215+
"unic-emoji-char",
216+
"unic-ucd-version",
212217
"unicode-normalization",
213218
"unicode-script",
214219
"unicode-security",

0 commit comments

Comments
 (0)