mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 14:37:32 -05:00
Fix rustfmt option
This commit is contained in:
parent
3fc462f90f
commit
700a065abd
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ fn check_solutions(
|
|||
.arg("--edition")
|
||||
.arg("2021")
|
||||
.arg("--color")
|
||||
.arg("--always")
|
||||
.arg("always")
|
||||
.stdin(Stdio::null());
|
||||
|
||||
for (exercise_name, handle) in info_file
|
||||
|
|
Loading…
Reference in a new issue