app work
This commit is contained in:
@@ -10,7 +10,7 @@ pub trait Widget: Any {
|
||||
}
|
||||
|
||||
impl Widget for () {
|
||||
fn draw(&mut self, painter: &mut Painter) {}
|
||||
fn draw(&mut self, _: &mut Painter) {}
|
||||
}
|
||||
|
||||
pub struct WidgetTag;
|
||||
|
||||
Reference in New Issue
Block a user