Remove unused Align in core::Text

This commit is contained in:
Héctor Ramón Jiménez 2019-10-23 02:35:08 +02:00
parent 2f8e9dbe59
commit 7fdd7f5952

View file

@ -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.
///