Skip to content

Commit

Permalink
Update RUST_CODING_STYLE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw authored Nov 16, 2024
1 parent 71731ab commit 8dc501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RUST_CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `--check` flag can be used to check if the code is formatted correctly.
./scripts/rust_lint.sh
```

> **Note:** clippy is an alias for `cargo clippy` with additional flags to enable more lints.
> **Note:** xclippy is an alias for `cargo clippy` with additional flags to enable more lints.
## Code documentation

Expand Down

0 comments on commit 8dc501b

Please sign in to comment.