diff options
Diffstat (limited to 'examples/tour/src')
| -rw-r--r-- | examples/tour/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs index 4f8a4b32..ec464801 100644 --- a/examples/tour/src/main.rs +++ b/examples/tour/src/main.rs @@ -4,7 +4,7 @@ use iced::{      Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput,  }; -pub fn main() { +pub fn main() -> iced::Result {      env_logger::init();      Tour::run(Settings::default())  | 
