From dc974ed38c5ed360829fbb573ddbdb797889c7fd Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 19 Aug 2022 16:49:40 +0200 Subject: Refactor to clean some scripts in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index e32c0a0..1b3a228 100644 --- a/readme.md +++ b/readme.md @@ -258,11 +258,11 @@ The following scripts are useful when working on this project: ``` - format: ```sh - cargo fmt --all + cargo fmt ``` - lint: ```sh - cargo fmt --all --check && cargo clippy -- -D clippy::pedantic -D clippy::cargo -A clippy::doc_link_with_quotes + cargo fmt --check && cargo clippy -- -D clippy::pedantic -D clippy::cargo -A clippy::doc_link_with_quotes ``` - test: ```sh -- cgit