suggest map_or in case_sensitive_file_extension_comparisons changelog: [`case_sensitive_file_extension_comparisons `]: updated suggestion in the example to use `map_or` Currently, case_sensitive_file_extension_comparisons suggests using `map(..).unwrap_or(..)` which trips up the `map_unwrap_or` lint. This updates the suggestion to use `map_or`.