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
..
2022-09-01 23:23:56 +02:00
2022-06-16 18:00:32 +04:00
2022-06-16 18:00:32 +04:00
2022-06-16 15:51:12 +03:00
2022-06-16 18:00:32 +04:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-08-21 10:24:30 +02:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-08-16 18:34:51 -04:00
2022-08-16 18:34:51 -04:00
2022-08-16 15:53:01 -04:00
2022-08-16 15:53:01 -04:00
2022-06-16 18:00:32 +04:00
2022-08-16 18:34:51 -04:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00