We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af576b commit 8dacf5fCopy full SHA for 8dacf5f
tests/by-util/test_sort.rs
@@ -2512,10 +2512,7 @@ fn test_locale_collation_utf8() {
2512
let e_accent_pos = lines.iter().position(|&x| x == "é").unwrap();
2513
assert!(
2514
e_pos < z_pos && e_accent_pos < z_pos,
2515
- "Locale mode: 'e' ({}) and 'é' ({}) should sort before 'z' ({})",
2516
- e_pos,
2517
- e_accent_pos,
2518
- z_pos
+ "Locale mode: 'e' ({e_pos}) and 'é' ({e_accent_pos}) should sort before 'z' ({z_pos})"
2519
);
2520
}
2521
0 commit comments