Skip to content

Commit b9c6b32

Browse files
committed
style(tests): Fixed issues reported by clippy
1 parent 0003072 commit b9c6b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn base_mdbook_init_can_skip_confirmation_prompts() {
1212
assert!(!temp.path().join("book").exists());
1313

1414
let mut cmd = mdbook_cmd();
15-
cmd.args(&["init", "--force"]).current_dir(temp.path());
15+
cmd.args(["init", "--force"]).current_dir(temp.path());
1616
cmd.assert()
1717
.success()
1818
.stdout(predicates::str::contains("\nAll done, no errors...\n"));

0 commit comments

Comments
 (0)