Skip to content

Commit

Permalink
clipyp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 10, 2024
1 parent e3f32c2 commit e96bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-wgpu/src/winit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ impl Painter {
.retain(|id, _| active_viewports.contains(id));
}

#[allow(clippy::unused_self)]
#[allow(clippy::needless_pass_by_ref_mut, clippy::unused_self)]
pub fn destroy(&mut self) {
// TODO(emilk): something here?
}
Expand Down

0 comments on commit e96bb87

Please sign in to comment.