refact: fix clippy warnings

This commit is contained in:
Henri Bourcereau 2024-11-07 12:52:57 +01:00
parent 25acc86059
commit 37cc50ed2a
8 changed files with 140 additions and 137 deletions

View file

@ -286,7 +286,10 @@ Player :: holes :: points
----------------------------------------------------------------
12 11 10 9 8 7 6 5 4 3 2 1
";
let mut app = App::new(AppArgs { seed: Some(1327) });
let mut app = App::new(AppArgs {
seed: Some(1327),
bot: None,
});
app.input("roll");
app.input("1 3");
app.input("1 4");