From d35db191434dec6b2db9ce0a84018bb7fd72f964 Mon Sep 17 00:00:00 2001 From: paulotten Date: Mon, 5 Jun 2023 08:08:33 +0100 Subject: [PATCH] fix: remove cargo-sort from CONTRIBUTING.md (#966) --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24dc4d09b..0e3ac897e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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::)]` 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