8000 Fix an unused import warning in a test. · unicode-rs/unicode-normalization@0ca6e73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ca6e73

Browse files
committed
Fix an unused import warning in a test.
1 parent ac07605 commit 0ca6e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_streamsafe_regression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use unicode_normalization::{
2-
char::canonical_combining_class, is_nfc, is_nfc_stream_safe, UnicodeNormalization,
2+
is_nfc, is_nfc_stream_safe, UnicodeNormalization,
33
};
44

55
#[test]

0 commit comments

Comments
 (0)
0