Files
rust/clippy_lints
Jason Newcomb 4e899e16f9 unnecessary_map_or: do not consume the comparison value if it does not implement Copy (#14207)
Fix #14201

changelog: [`unnecessary_map_or`]: do not consume the comparison value
if it does not implement `Copy`
2025-02-15 02:45:59 +00:00
..

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