diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-29 12:08:57 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-29 12:08:57 +0200 |
commit | 37ed3951e4ea1984d0fdc97fb34699897394fb43 (patch) | |
tree | 526af9d7ec60c2981d016ec62fc5ad275d0abf95 /readme.md | |
parent | 8c9071c950ed7750ab263921171287c52396378a (diff) | |
download | markdown-rs-37ed3951e4ea1984d0fdc97fb34699897394fb43.tar.gz markdown-rs-37ed3951e4ea1984d0fdc97fb34699897394fb43.tar.bz2 markdown-rs-37ed3951e4ea1984d0fdc97fb34699897394fb43.zip |
Add inline clippy config
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |