From 01b56774a4b6cadf92546395e8e956e46c39acf9 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 19 Mar 2024 10:25:23 +0300 Subject: [PATCH] chore: Run clippy with MSRV --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index 8b350ae..cc349fb 100644 --- a/Justfile +++ b/Justfile @@ -21,6 +21,7 @@ _default: cargo +stable build -q cargo +stable fmt -- --check cargo +stable clippy -- -D warnings + cargo +{{msrv}} clippy -- -D warnings # Check that the current MSRV is correct @msrv: