From 1b9a85e6841e0a14cad5614018e9deea1b4a26e4 Mon Sep 17 00:00:00 2001 From: Flix Date: Thu, 21 Dec 2023 22:57:28 +0100 Subject: [PATCH] chore: Remove lints section --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index bb1bb7e..260797e 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,3 @@ async fn main() -> Result<()> { Ok(()) } ``` - -## Lints - -This projects uses a bunch of clippy lints for higher code quality and style. - -Install [`cargo-lints`](https://github.com/soramitsu/iroha2-cargo_lints) using `cargo install --git https://github.com/FlixCoder/cargo-lints`. The lints are defined in `lints.toml` and can be checked by running `cargo lints clippy --all-targets --workspace`.