From e5ca02c6efbb443b5cd0935c51de61722e72ab8c Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Sun, 6 Dec 2020 14:11:58 -0500 Subject: [PATCH] README: cargo test -> cargo clippy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e990c..c65f927 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ instead. - Run `cargo fmt` to ensure your Rust code is correctly formatted. - Ensure `cargo clippy --all-targets --workspace --features bundled` passes without warnings. -- Ensure `cargo test --all-targets --workspace --features "bundled-full session buildtime_bindgen"` reports no failures. +- 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.