From 89fe0d9aa9d3733479133689b9229b205c8f5e0b Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Thu, 2 Nov 2023 11:29:11 -0400 Subject: [PATCH] Revert nightly changes to format script (#470) Looks like this was accidentally changed in 18f13c2b2b655198c45880f70f688bb4c40f297f. --- scripts/fmt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fmt.sh b/scripts/fmt.sh index 0cdc4c418..1ff861844 100755 --- a/scripts/fmt.sh +++ b/scripts/fmt.sh @@ -1,4 +1,4 @@ #!/bin/bash -rustup run nightly cargo fmt +cargo fmt --all taplo fmt -rustup run nightly cargo clippy -- -D warnings +cargo clippy -- -D warnings