clippy stuff

This commit is contained in:
2025-05-04 18:21:55 +01:00
parent 38c6402a12
commit b325ebb03c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ impl ForceClose {
*self = Self::default();
}
fn finish_current_frame(&mut self) {
const fn finish_current_frame(&mut self) {
if self.current_frame {
self.current_frame = false;
}