diff --git a/core/src/widget/text.rs b/core/src/widget/text.rs index cd94dbb2..427d9471 100644 --- a/core/src/widget/text.rs +++ b/core/src/widget/text.rs @@ -1,5 +1,5 @@ //! Write some text for your users to read. -use crate::{Align, Color, Length}; +use crate::{Color, Length}; /// A paragraph of text. ///