rust/clippy_lints
Brian Caswell bfeaae8930 suggest map_or in case_sensitive_file_extension_comparisons
Currently, case_sensitive_file_extension_comparisons suggests using
`map(..).unwrap_or(..)` which trips up `map_unwrap_or`.  This updates
the suggestion to use map_or.
2022-08-16 16:03:23 -04:00
..
2022-08-11 19:26:38 +02:00

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