mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 04:46:58 +00:00
![]() 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`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |