From db0f91f32f56044070e1dee09cc4e2d8d5936c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 21 Nov 2021 22:28:02 +0100 Subject: [PATCH] Add cargo fmt to lint check --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index de20a95..2eceddf 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,5 @@ lint: + cargo fmt --check cargo clippy --no-deps lint-fix: