Closed benjhar closed 2 months ago
While clippy suggests taking a &impl ToString, we do want to consume the value, and requiring a '&' on static strings feels very odd and gives a confusing error message.
&impl ToString
749ebe8 fixed this issue.
While clippy suggests taking a
&impl ToString
, we do want to consume the value, and requiring a '&' on static strings feels very odd and gives a confusing error message.