chore:refacto clippy
This commit is contained in:
parent
db9560dfac
commit
1dc29d0ff0
19 changed files with 98 additions and 95 deletions
|
|
@ -77,7 +77,7 @@ impl GameRunner {
|
|||
} else {
|
||||
debug!("{}", self.state);
|
||||
error!("event not valid : {event:?}");
|
||||
panic!("crash and burn {} \nevt not valid {event:?}", self.state);
|
||||
// panic!("crash and burn {} \nevt not valid {event:?}", self.state);
|
||||
&GameEvent::PlayError
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue