7babd1b099
Suggest `unwrap_or_default` when closure returns `"".to_string` Closes https://github.com/rust-lang/rust-clippy/issues/9420 changelog: [`unwrap_or_else_default`]: suggest `unwrap_or_default()` instead of `unwrap_or_else` with a closure that returns an empty `to_string`.