mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
code cleanup: use Trait as _;
This commit is contained in:
@@ -11,7 +11,7 @@ impl super::Demo for DancingStrings {
|
||||
}
|
||||
|
||||
fn show(&mut self, ctx: &CtxRef, open: &mut bool) {
|
||||
use super::View;
|
||||
use super::View as _;
|
||||
Window::new(self.name())
|
||||
.open(open)
|
||||
.default_size(vec2(512.0, 256.0))
|
||||
|
||||
Reference in New Issue
Block a user