Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 2, 2024
1 parent 4531377 commit 78528aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/src/plot_demo.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#[derive(Default, PartialEq, serde::Deserialize, serde::Serialize)]
#[derive(Default, serde::Deserialize, serde::Serialize)]
pub struct PlotDemo {}

impl PlotDemo {
pub fn ui(&mut self, ui: &mut egui::Ui) {
ui.label("Hello egui_table!");
_ = self;
}
}

0 comments on commit 78528aa

Please sign in to comment.