summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 453a3ad5..d9e8f385 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -211,7 +211,7 @@ mod size;
mod user_interface;
pub use iced_core::{
- Align, Background, Color, Justify, Length, Point, Rectangle, Vector,
+ Align, Background, Color, Length, Point, Rectangle, Vector,
};
pub use element::Element;