Silence errors
This commit is contained in:
parent
b70afbb92a
commit
7cc34f8ecc
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(unused_imports, unused_variables, dead_code)]
|
||||
|
||||
use iced::theme::{self, Theme};
|
||||
use iced::widget::{button, column, row, text};
|
||||
use iced::widget::{text_input, TextInput};
|
||||
|
@ -75,7 +77,6 @@ impl Sandbox for Counter {
|
|||
Message::SwitchTab(tab) => {
|
||||
self.current_tab = tab;
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue