app work
This commit is contained in:
1 parent
deaf730901
commit
afabdc52a2
1 file changed
+1
-1
@@ -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