Fix other clippy warnings.

This commit is contained in:
2019-08-22 12:32:07 +02:00
parent 29b5dcdf62
commit 82dfff21e9
10 changed files with 31 additions and 37 deletions

View File

@@ -171,7 +171,7 @@ impl Day24 {
seen = Some(unit.faction);
}
return false;
false
}
fn full_simulation(&mut self) {