mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-16 18:12:34 -06:00
chore: fix various clippy warnings, disable trivial warnings in some spot
This commit is contained in:
@@ -18,7 +18,7 @@ impl Direction {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn to_ivec2(&self) -> IVec2 {
|
||||
pub fn as_ivec2(&self) -> IVec2 {
|
||||
(*self).into()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user