diff --git a/Taskfile.yaml b/Taskfile.yaml index a08670e..572212a 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -47,7 +47,7 @@ tasks: lint:check: desc: 🧶 check linting cmds: - - cargo clippy --all-features --allow-staged + - cargo clippy --all-features fmt+lint: desc: 🎨🧶 format and lint rustler