1
0
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:
mo8it 2024-08-01 19:19:14 +02:00
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