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