1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-15 03:35:45 -04:00

Remove redundant rustfmt check for solutions

This commit is contained in:
mo8it 2024-08-07 23:46:11 +02:00
parent 24aed1b14e
commit 81bf0a6430

View file

@ -9,6 +9,5 @@ cargo upgrades
# Similar to CI
cargo clippy -- --deny warnings
cargo fmt --all --check
rustfmt --check --edition 2021 solutions/**/*.rs
cargo test --workspace --all-targets
cargo run -- dev check --require-solutions