diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-07 14:19:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-07 14:19:13 +0100 |
| commit | 9730e785a885a4ab5fcc52ce705298654f82f9c2 (patch) | |
| tree | fcc6c09caf473ad5845f12805d5c914a43f890e2 /src/library/text.rs | |
| parent | 5d05c3f68a32c4214661a6807a5358865f54f0af (diff) | |
Tidy up
Diffstat (limited to 'src/library/text.rs')
| -rw-r--r-- | src/library/text.rs | 1 |
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}; |
