This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New clippy nightly lints #34626
Comments
This was referenced Jan 3, 2024
Merged
Merged
Merged
There are a few remaining lints left to fix. As you likely know, this is not high priority. |
Can do, looks like it should be pretty quick so I can knock it at some point today |
alessandrod
added a commit
to alessandrod/solana
that referenced
this issue
Jan 3, 2024
alessandrod
added a commit
that referenced
this issue
Jan 4, 2024
Closing. All the lints have now been resolved. |
crossdev24
pushed a commit
to crossdev24/solana
that referenced
this issue
Jun 24, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
There are new clippy lints in nightly (as of version
nightly-aarch64-apple-darwin - rustc 1.77.0-nightly (e51e98dde 2023-12-31)
) that prevent us from upgrading our nightly version of Rust to the latest. Usually we upgrade both stable and nightly at the same time, but in #34607 we only upgraded stable.All the new lints
solana-zk-token-sdk
solana-bpf-loader-program
solana-accounts-db
solana-runtime
solana-rpc
solana-core
solana-ledger-tool
solana-validator
Proposed Solution
Fix the new warnings.
The text was updated successfully, but these errors were encountered: