Skip to content

Commit

Permalink
Add unicode-normalization to whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
crlf0710 committed Dec 19, 2019
1 parent 5a75934 commit 49f3bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const WHITELIST: &[Crate<'_>] = &[
Crate("term_size"),
Crate("thread_local"),
Crate("ucd-util"),
Crate("unicode-normalization"),
Crate("unicode-width"),
Crate("unicode-xid"),
Crate("unreachable"),
Expand Down

0 comments on commit 49f3bc9

Please sign in to comment.