mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
code cleanup: use Trait as _;
This commit is contained in:
@@ -39,7 +39,7 @@ impl super::Demo for Sliders {
|
||||
.open(open)
|
||||
.resizable(false)
|
||||
.show(ctx, |ui| {
|
||||
use super::View;
|
||||
use super::View as _;
|
||||
self.ui(ui);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user