rust/clippy_lints
Samuel Tardieu 375c65030b
fix: unnecessary_to_owned FP when map key is a reference (#14834)
Closes rust-lang/rust-clippy#14833

changelog: [`unnecessary_to_owned`] fix FP when map key is a reference
2025-05-18 19:49:20 +00:00
..
src fix: unnecessary_to_owned FP when map key is a reference (#14834) 2025-05-18 19:49:20 +00:00
Cargo.toml clippy_dev: remove the need for markers when bumping the version 2025-05-17 04:27:39 -04:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.