Skip to content

Commit 261ca20

Browse files
Fix CI
Looks like nightly Rust expanded its unused import warnings…
1 parent b077494 commit 261ca20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/normalize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::lookups::{
1414
compatibility_fully_decomposed, composition_table,
1515
};
1616

17-
use core::{char, ops::FnMut};
17+
use core::char;
1818

1919
/// Compute canonical Unicode decomposition for character.
2020
/// See [Unicode Standard Annex #15](http://www.unicode.org/reports/tr15/)

0 commit comments

Comments
 (0)