Remove unused Align in core::Text
This commit is contained in:
parent
2f8e9dbe59
commit
7fdd7f5952
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue