From 60774740efee5ff612390f1c3456282d63b5907c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 11 Nov 2019 07:11:41 +0100 Subject: Fix doc comments and remove `Align` from `tour` --- examples/tour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tour.rs') 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, }; -- cgit