We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a50b4f + c77781b commit f09d365Copy full SHA for f09d365
1 file changed
.github/CONTRIBUTING.md
@@ -50,7 +50,7 @@ $ rust-code-analysis-cli -p src/algorithm/neighbour/fastpair.rs --ls 22 --le 213
50
51
1. After a PR is opened maintainers are notified
52
2. Probably changes will be required to comply with the workflow, these commands are run automatically and all tests shall pass:
53
- * **Formatting**: run `rustfmt src/*.rs` to apply automatic formatting
+ * **Formatting**: run `cargo fmt --all -- --check` to apply automatic formatting
54
* **Linting**: `clippy` is used with command `cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings`
55
* **Coverage** (optional): `tarpaulin` is used with command `cargo tarpaulin --out Lcov --all-features -- --test-threads 1`
56
* **Testing**: multiple test pipelines are run for different targets
0 commit comments