rust/tests
Michael Wright 750a2d57bd Fix unnecessary_to_owned false positive
Fixes #9351.

Note that this commit reworks that fix for #9317. The change
is to check that the type implements `AsRef<str>` before regarding
`to_string` as an equivalent of `to_owned`. This was suggested
by Jarcho in the #9317 issue comments.

The benefit of this is that it moves some complexity out of
`check_other_call_arg` and simplifies the module as a whole.
2022-09-03 17:00:44 +02:00
..
test_utils
ui Fix unnecessary_to_owned false positive 2022-09-03 17:00:44 +02: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 Fix adjacent code 2022-08-16 18:34:51 -04:00
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 Fix adjacent code 2022-08-16 18:34:51 -04:00
integration.rs Fix adjacent code 2022-08-16 18:34:51 -04:00
lint_message_convention.rs Fix adjacent code 2022-08-16 18:34:51 -04:00
missing-test-files.rs
versioncheck.rs
workspace.rs Fix adjacent code 2022-08-16 18:34:51 -04:00