From 1f73e1bcdca7b0bb8baac62b173c7f03f81448ed Mon Sep 17 00:00:00 2001 From: Mettwasser <68561341+Mettwasser@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:09:37 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5dedf12..aeb7a6f 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ async fn main() -> Result<(), ApiError> { ## Contributing Contributions are more than welcome. To contribute simply fork this repository and make a PR. -We use `clippy` for linting, and `rustfmt` for formatting. They are included as dev-dependencies in the `Cargo.toml`. - ### Commitlint Commit messages are linting in the PR