Do not look for disallowed methods inside desugared code
changelog: [disallowed_methods]: do not check compiler-generated code
Fixes rust-lang/rust-clippy#16185
r? @blyxyas
rustbot has assigned @blyxyas. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r? to explicitly pick a reviewer
Repushing with a better commit message
@blyxyas is currently out of reviewer rotation. r? clippy
@samueltardieu Is Clippy's release schedule like Rust's, where a merge to the trunk is first released to beta and only stabilized 6 weeks later, or should I expect that this fix will be available in the first release after it gets merged?
@samueltardieu Is Clippy's release schedule like Rust's, where a merge to the trunk is first released to beta and only stabilized 6 weeks later, or should I expect that this fix will be available in the first release after it gets merged?
The fix will be present in 1.94-beta and 1.94, and also in the nightly releases starting around December 26.