summaryrefslogtreecommitdiff
path: root/src/library/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/text.rs')
-rw-r--r--src/library/text.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library/text.rs b/src/library/text.rs
index 05b213c8..4aa1bdec 100644
--- a/src/library/text.rs
+++ b/src/library/text.rs
@@ -1,7 +1,6 @@
//! Text shaping and styling.
use std::borrow::Cow;
-use std::convert::TryInto;
use std::fmt::{self, Debug, Formatter};
use std::ops::{BitXor, Range};