rust/tests
bors 7babd1b099 Auto merge of #9421 - xphoniex:fix-#9420, r=giraffate
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`.
2022-09-06 23:44:38 +00:00
..
test_utils
ui Auto merge of #9421 - xphoniex:fix-#9420, r=giraffate 2022-09-06 23:44:38 +00:00
ui-cargo
ui-internal
ui-toml Initial implementation of result_large_err 2022-08-30 17:39:40 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Implemented suspicious_to_owned lint to check if to_owned is called on a Cow. 2022-08-26 17:41:17 -07:00
dogfood.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs