Files
rust/tests
Samuel Tardieu 625bd5539e Fix cmp_owned suggests wrongly on PathBuf (#16628)
Closes rust-lang/rust-clippy#16448
Closes rust-lang/rust-clippy#16564

The previous implementation hardcoded bans on `str` to avoid adding `*`
when comparing with `String`, which becomes a problem for `Pathbuf` as
`PartialEq<&str>` is not yet implemented on it.

changelog: [`cmp_owned`] fix wrong suggestions on `PathBuf`
2026-02-25 19:43:28 +00:00
..