summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:35:08 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:35:08 +0200
commit7fdd7f595269eb043bbd7f392c2750783fa0a4b7 (patch)
tree23380ca90403874a0a0d43296d356f1dacdf4f50 /core
parent2f8e9dbe59e0d91832ab14f8fc0ad7e18ff61ebe (diff)
downloadiced-7fdd7f595269eb043bbd7f392c2750783fa0a4b7.tar.gz
iced-7fdd7f595269eb043bbd7f392c2750783fa0a4b7.tar.bz2
iced-7fdd7f595269eb043bbd7f392c2750783fa0a4b7.zip
Remove unused `Align` in `core::Text`
Diffstat (limited to 'core')
-rw-r--r--core/src/widget/text.rs2
1 files changed, 1 insertions, 1 deletions
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.
///