From bf889ff7f57a315525d5e2cb671a19eb7d6e429f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 15 Aug 2022 12:15:57 +0200 Subject: Refactor to allow wrong clippy rule --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 5379089..e7fceab 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,7 @@ cargo fmt --all Lint: ```sh -cargo fmt --all -- --check && cargo clippy -- -W clippy::pedantic +cargo fmt --all -- --check && cargo clippy -- -W clippy::pedantic -A clippy::doc_link_with_quotes ``` Tests: -- cgit