Use nightly fmt (#728)
This commit is contained in:
parent
5d9a19f955
commit
5ad6519456
@ -7,7 +7,7 @@ cd "$SCRIPT_DIR/.." || exit 1
|
|||||||
|
|
||||||
echo "Welcome to the happy fmt script. :)"
|
echo "Welcome to the happy fmt script. :)"
|
||||||
echo "[*] Running fmt for the main crates"
|
echo "[*] Running fmt for the main crates"
|
||||||
cargo fmt
|
cargo +nightly fmt
|
||||||
|
|
||||||
echo "[*] Formatting C(pp) files"
|
echo "[*] Formatting C(pp) files"
|
||||||
# shellcheck disable=SC2046
|
# shellcheck disable=SC2046
|
||||||
@ -23,6 +23,6 @@ for fuzzer in $(echo "$fuzzers" "$backtrace_fuzzers");
|
|||||||
do
|
do
|
||||||
pushd "$fuzzer" || exit 1
|
pushd "$fuzzer" || exit 1
|
||||||
echo "[*] Running fmt for $fuzzer"
|
echo "[*] Running fmt for $fuzzer"
|
||||||
cargo fmt --all
|
cargo +nightly fmt --all
|
||||||
popd || exit 1
|
popd || exit 1
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user