From 0960e75fd22f11d04aa15e9a85b937c2ac2b0349 Mon Sep 17 00:00:00 2001 From: Daan Schutte Date: Mon, 22 Nov 2021 20:16:21 +0300 Subject: [PATCH] Remove all-targets from contribution checklist --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8938b16..98dc1ee 100644 --- a/README.md +++ b/README.md @@ -200,10 +200,10 @@ instead. ### Checklist - Run `cargo fmt` to ensure your Rust code is correctly formatted. -- Ensure `cargo clippy --all-targets --workspace --features bundled` passes without warnings. -- Ensure `cargo clippy --all-targets --workspace --features "bundled-full session buildtime_bindgen"` passes without warnings. -- Ensure `cargo test --all-targets --workspace --features bundled` reports no failures. -- Ensure `cargo test --all-targets --workspace --features "bundled-full session buildtime_bindgen"` reports no failures. +- Ensure `cargo clippy --workspace --features bundled` passes without warnings. +- Ensure `cargo clippy --workspace --features "bundled-full session buildtime_bindgen"` passes without warnings. +- Ensure `cargo test --workspace --features bundled` reports no failures. +- Ensure `cargo test --workspace --features "bundled-full session buildtime_bindgen"` reports no failures. ## Author