This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Dual (nightly+stable) clippy run is forced under ci due to its bug #31834
Labels
stale
[bot only] Added to stale content; results in auto-close after a week.
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: