From 81bf0a64300a2dd1f05b71e2674cc927385df410 Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 7 Aug 2024 23:46:11 +0200 Subject: [PATCH] Remove redundant rustfmt check for solutions --- release-hook.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/release-hook.sh b/release-hook.sh index f021f193..d5954ca8 100755 --- a/release-hook.sh +++ b/release-hook.sh @@ -9,6 +9,5 @@ cargo upgrades # Similar to CI cargo clippy -- --deny warnings cargo fmt --all --check -rustfmt --check --edition 2021 solutions/**/*.rs cargo test --workspace --all-targets cargo run -- dev check --require-solutions