clippy(all): cleanup
This commit is contained in:
@@ -374,7 +374,7 @@ impl App {
|
||||
}
|
||||
|
||||
fn frame(&mut self, info: &FrameInfo) {
|
||||
let _ = self.grabbable.update(&info);
|
||||
let _ = self.grabbable.update(info);
|
||||
|
||||
if let Some(grabbable_move) = &mut self.grabbable_move {
|
||||
if !grabbable_move.is_finished() {
|
||||
|
||||
Reference in New Issue
Block a user