From 37ed3951e4ea1984d0fdc97fb34699897394fb43 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 29 Sep 2022 12:08:57 +0200 Subject: Add inline clippy config --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 24f2f02..91b7985 100644 --- a/readme.md +++ b/readme.md @@ -363,8 +363,7 @@ The following scripts are useful when working on this project: ``` - lint: ```sh - cargo fmt --check &&\ - cargo clippy --examples --tests --benches -- -D clippy::pedantic -A clippy::doc_link_with_quotes -A clippy::too_many_lines + cargo fmt --check && cargo clippy --examples --tests --benches ``` - test: ```sh -- cgit