Skip to content

Commit

Permalink
Clippy requires nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 15, 2024
1 parent 697e755 commit 6e0374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/_prepublish_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pushd "${CRATE_DIR}" &>/dev/null
export GOPROXY=direct

cargo clean --target-dir "${TEMP_TARGET_DIR}"
cargo clippy --fix --allow-no-vcs
cargo +nightly clippy --fix --allow-no-vcs
cargo fmt
cargo test --target-dir "${TEMP_TARGET_DIR}" # sanity check
cargo package --target-dir "${TEMP_TARGET_DIR}" --allow-dirty # checks if published package will build.
Expand Down

0 comments on commit 6e0374b

Please sign in to comment.