summaryrefslogtreecommitdiffstats
path: root/examples/tour.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-11 07:11:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-11 07:11:41 +0100
commit60774740efee5ff612390f1c3456282d63b5907c (patch)
treec5612793dd91267da5e688a755d54f6828e14363 /examples/tour.rs
parent860a6923bbed57a21ce4b2cae331f6a3a51ca3fe (diff)
downloadiced-60774740efee5ff612390f1c3456282d63b5907c.tar.gz
iced-60774740efee5ff612390f1c3456282d63b5907c.tar.bz2
iced-60774740efee5ff612390f1c3456282d63b5907c.zip
Fix doc comments and remove `Align` from `tour`
Diffstat (limited to 'examples/tour.rs')
-rw-r--r--examples/tour.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.rs b/examples/tour.rs
index 2e60f090..3fd031b8 100644
--- a/examples/tour.rs
+++ b/examples/tour.rs
@@ -1,5 +1,5 @@
use iced::{
- button, scrollable, slider, text::HorizontalAlignment, text_input, Align,
+ button, scrollable, slider, text::HorizontalAlignment, text_input,
Application, Background, Button, Checkbox, Color, Column, Container,
Element, Image, Length, Radio, Row, Scrollable, Slider, Text, TextInput,
};