Skip to content

Commit 35716e5

Browse files
author
吴杨帆
authored
test(check_diff): add unicode-rs repos to diff check suite
Expand external formatting coverage with unicode-width, unicode-segmentation, and unicode-normalization. Part of 5884.
1 parent cde9c62 commit 35716e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

check_diff/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ const REPOS: &[&str] = &[
3737
"https://github.com/serde-rs/serde.git",
3838
"https://github.com/SergioBenitez/Rocket.git",
3939
"https://github.com/Stebalien/tempfile.git",
40+
// Unicode / international text coverage (see rustfmt#5884)
41+
"https://github.com/unicode-rs/unicode-width.git",
42+
"https://github.com/unicode-rs/unicode-segmentation.git",
43+
"https://github.com/unicode-rs/unicode-normalization.git",
4044
];
4145

4246
/// Inputs for the check_diff script

0 commit comments

Comments
 (0)