rust-clippy/clippy_utils
bors 040129b774 Auto merge of #13629 - samueltardieu:push-nwukowumrvsn, r=flip1995
Return iterator must not capture lifetimes in Rust 2024

In Rust 2024, by default lifetimes will be captured which does not reflect the reality since we return an iterator of `DefId` which do not capture the input parameters.

changelog: none
2024-11-03 15:50:48 +00:00
..
src Auto merge of #13629 - samueltardieu:push-nwukowumrvsn, r=flip1995 2024-11-03 15:50:48 +00:00
Cargo.toml Bump Clippy version -> 0.1.84 2024-10-18 13:25:50 +02:00