clean code with clippy

This commit is contained in:
2023-09-06 14:39:36 +02:00
parent ba3a552def
commit 8b0264d181
7 changed files with 16 additions and 18 deletions

View File

@ -109,7 +109,7 @@ impl Boat {
damage,
on_water: boat.on_water(db).await,
boat,
})
});
}
res
}