From c21fb5813b4c9022608e765b024d23d9d6949ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 16 Jun 2022 00:39:57 +0200 Subject: [PATCH] just: Remove redunant commands from check target --- Justfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Justfile b/Justfile index 52a8cb8..d5071da 100644 --- a/Justfile +++ b/Justfile @@ -4,8 +4,6 @@ static_target := "x86_64-unknown-linux-musl" check: fmt-check lint test cargo check - cargo fmt --check - cargo clippy --no-deps -- -Dwarnings clean: cargo clean