We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b077494 commit 261ca20Copy full SHA for 261ca20
src/normalize.rs
@@ -14,7 +14,7 @@ use crate::lookups::{
14
compatibility_fully_decomposed, composition_table,
15
};
16
17
-use core::{char, ops::FnMut};
+use core::char;
18
19
/// Compute canonical Unicode decomposition for character.
20
/// See [Unicode Standard Annex #15](http://www.unicode.org/reports/tr15/)
0 commit comments