We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7469aaf commit 6351b79Copy full SHA for 6351b79
src/lib.rs
@@ -54,7 +54,6 @@ extern crate hyphenation;
54
use std::borrow::Cow;
55
use std::str::CharIndices;
56
57
-use unicode_width::UnicodeWidthStr;
58
pub use unicode_width::UnicodeWidthChar;
59
#[cfg(feature = "hyphenation")]
60
use hyphenation::{Corpus, Hyphenation};
0 commit comments