From 1e5d5a46cf83398c6a007a992aaedabcb28f7f6e Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 8 Nov 2024 04:57:17 +0200 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6daadc67..fb602e86 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ Quick start guide and maintenance protocol * Before commit, please make sure: * new branch created for every new PR `git checkout -b 'contribution-name'` * new code follows common [rustfmt](https://rust-lang.github.io/rustfmt/) style `cargo fmt --check` + * use `cargo clippy` for final optimization #### Contributors