Skip to content

Commit 081198a

Browse files
committed
Add unic-emoji-char and its dependencies to the allow list
1 parent 20b69e6 commit 081198a

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
"odht",
148148
"once_cell",
@@ -190,8 +190,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
190190
"serde_json",
191191
"sha-1",
192192
"sha2",
193-
"smallvec",
194193
"sharded-slab",
194+
"smallvec",
195195
"snap",
196196
"stable_deref_trait",
197197
"stacker",
@@ -211,6 +211,11 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
211211
"tracing-subscriber",
212212
"tracing-tree",
213213
"typenum",
214+
"unic-char-property",
215+
"unic-char-range",
216+
"unic-common",
217+
"unic-emoji-char",
218+
"unic-ucd-version",
214219
"unicode-normalization",
215220
"unicode-script",
216221
"unicode-security",

0 commit comments

Comments
 (0)