diff options
| author | mo8it <mo8it@proton.me> | 2024-08-01 19:19:14 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-01 19:19:14 +0200 |
| commit | 700a065abd4d9536ca8f12fa18975025fc2bc1ac (patch) | |
| tree | 10e94068c5e27314ec059a1313d1812b7e9eadbd | |
| parent | 3fc462f90fec10cfacd3d81e944b11bb776a2941 (diff) | |
Fix rustfmt option
| -rw-r--r-- | src/dev/check.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs index 0b243b2..c89eb35 100644 --- a/src/dev/check.rs +++ b/src/dev/check.rs @@ -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 |
