From c2b86197f58bd53d117811cf5e2f0dbceed4f00e Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Fri, 6 Dec 2024 10:15:53 -0800 Subject: [PATCH] docs: collapse `contributing.md` suggested `cargo install` commands Should be easier to copy-and-paste and install everything this way? --- docs/contributing.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index eee956578..281dd3ff9 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -133,9 +133,7 @@ recommended steps. One-time setup: rustup toolchain add nightly # wanted for 'rustfmt' - cargo install cargo-insta - cargo install cargo-watch - cargo install cargo-nextest + cargo install cargo-insta cargo-watch cargo-nextest During development (adapt according to your preference):