568f4fc732
Modify str_to_string to be machine-applicable Fixes https://github.com/rust-lang/rust-clippy/issues/12768 I'm not sure if there is any potential for edge cases with this - since it only ever acts on `&str` types I can't think of any, and especially since the methods do the same thing anyway. changelog: allow `str_to_string` lint to be automatically applied