mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Fix rustfmt option
This commit is contained in:
parent
3fc462f90f
commit
700a065abd
@ -260,7 +260,7 @@ fn check_solutions(
|
|||||||
.arg("--edition")
|
.arg("--edition")
|
||||||
.arg("2021")
|
.arg("2021")
|
||||||
.arg("--color")
|
.arg("--color")
|
||||||
.arg("--always")
|
.arg("always")
|
||||||
.stdin(Stdio::null());
|
.stdin(Stdio::null());
|
||||||
|
|
||||||
for (exercise_name, handle) in info_file
|
for (exercise_name, handle) in info_file
|
||||||
|
Loading…
Reference in New Issue
Block a user