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`.