rust/.github
Timo e8185ec091
Extend implicit_clone to handle to_string calls (#14177)
Put another way, merge `string_to_string` into `implicit_clone`, as
suggested here:
https://github.com/rust-lang/rust-clippy/issues/14173#issuecomment-2645846915

Note: [I
wrote](b8913894a1)
this comment:
6cdb7f68c3/clippy_lints/src/methods/implicit_clone.rs (L43-L45)

Here is the context for why I wrote it:
https://github.com/rust-lang/rust-clippy/pull/7978#discussion_r769128853

Regardless, it's probably time for the comment to go away. Extending
`implicit_clone` to handle `to_string` calls yields many hits within
Clippy's codebase.

changelog: extend `implicit_clone` to handle `to_string` calls
2025-08-02 11:41:00 +00:00
..
ISSUE_TEMPLATE Include temporary feature freeze in templates 2025-03-21 16:02:22 +01:00
workflows Cleanup feature_freeze workflow (#15231) 2025-07-10 19:41:23 +00:00
deploy.sh Also deploy index.html file on release 2025-01-09 18:24:02 +01:00
driver.sh Replace string_to_string with char_lit_as_u8 in driver.sh 2025-05-19 19:29:06 -04:00
PULL_REQUEST_TEMPLATE.md Fix typos in review 2025-04-07 02:03:03 +02:00