Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Dec 24, 2023
1 parent 97e4f08 commit 0fab92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cargo watch -x check -x test -x run # Run cargo check after code changes. If it
```sh
rustup component add rustfmt # install if needed
cargo fmt
cargo fmt -- --check # fails if code is not formatted, use in CD / CI
cargo fmt -- --check # fails if code is not formatted; use in CD / CI
```

## Linting
Expand Down

0 comments on commit 0fab92c

Please sign in to comment.