We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
temporarily run stable clippy as well to scan the codebase for redundant_clones, which is disabled as nightly clippy is buggy:
redundant_clone
rust-lang/rust-clippy#10577
i bisected to a particular upstream pr: rust-lang/rust#108944 (comment)
remove the dual run as soon as the upstream fixes this bug and we bump to the fixed nightly toolchain: rust-lang/rust-clippy#10577
The text was updated successfully, but these errors were encountered:
@ryoqun , is this still relevant?
Sorry, something went wrong.
yeah. sadly, we have move on: anza-xyz#1661
No branches or pull requests
Problem
temporarily run stable clippy as well to scan the codebase for
redundant_clone
s, which is disabled as nightly clippy is buggy:rust-lang/rust-clippy#10577
i bisected to a particular upstream pr: rust-lang/rust#108944 (comment)
Proposed Solution
remove the dual run as soon as the upstream fixes this bug and we bump to the fixed nightly toolchain: rust-lang/rust-clippy#10577
The text was updated successfully, but these errors were encountered: