diff --git a/scripts/clippy.sh b/scripts/clippy.sh new file mode 100755 index 00000000..e4bebba8 --- /dev/null +++ b/scripts/clippy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cargo clippy "$@" --all-targets --all-features diff --git a/scripts/rust_fmt.sh b/scripts/rust_fmt.sh new file mode 100755 index 00000000..00c736e8 --- /dev/null +++ b/scripts/rust_fmt.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cargo +nightly-2024-01-12 fmt --all -- "$@"