Skip to content

Commit

Permalink
Fix typo and update link in test-checks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored May 26, 2023
1 parent 44d7bd4 commit d28f2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ _ ci/order-crates-for-publishing.py
nightly_clippy_allows=(--allow=clippy::redundant_clone)

# use nightly clippy as frozen-abi proc-macro generates a lot of code across
# various crates in this whole mono-repo. Likewise, frozen-abi(-macro) crates'
# various crates in this whole monorepo. Likewise, frozen-abi(-macro) crates'
# unit tests are only compiled under nightly.
# similarly nightly is desired to run clippy over all of bench files because
# the bench itself isn't stabilized yet...
Expand All @@ -92,7 +92,7 @@ _ scripts/cargo-for-all-lock-files.sh -- "+${rust_nightly}" clippy --workspace -

# temporarily run stable clippy as well to scan the codebase for
# `redundant_clone`s, which is disabled as nightly clippy is buggy:
# https://github.com/rust-lang/rust-clippy/issues/10577
# https://github.com/solana-labs/solana/issues/31834
#
# can't use --all-targets:
# error[E0554]: `#![feature]` may not be used on the stable release channel
Expand Down

0 comments on commit d28f2db

Please sign in to comment.