Skip to content

Commit

Permalink
fix: remove cargo-sort from CONTRIBUTING.md (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotten authored Jun 5, 2023
1 parent f68f0f5 commit d35db19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ Before committing:
- Make sure your commits don't trigger any warnings from Clippy by running: `cargo clippy --tests --all-targets`. If you have a good reason to contradict Clippy, insert an `#[allow(clippy::<lint>)]` macro, so that it won't complain.
- Make sure your code is correctly formatted: `cargo fmt --all --check`.
- Make sure your `Cargo.toml`'s are sorted: `cargo +nightly sort --workspace`. This command uses the [cargo-sort crate](https://crates.io/crates/cargo-sort) to sort the `Cargo.toml` dependencies alphabetically.
- If you've made changes to examples, make sure the above commands are ran there as well.

## Project Layout
Expand Down

0 comments on commit d35db19

Please sign in to comment.