rust-clippy/clippy_utils
Samuel Tardieu 540e116a38 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.
2024-10-30 11:22:17 +01:00
..
src Return iterator must not capture lifetimes in Rust 2024 2024-10-30 11:22:17 +01:00
Cargo.toml Bump Clippy version -> 0.1.84 2024-10-18 13:25:50 +02:00