aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
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: