89aba8d45d
`assigning_clones` should respect MSRV Fixes: #12502 This PR fixes the `assigning_clones` lint suggesting to use `clone_from` or `clone_into` on incompatible MSRVs. `assigning_clones` will suggest using either `clone_from` or `clone_into`, both of which were stabilized in 1.63. If the current MSRV is below 1.63, the lint should not trigger. changelog: [`assigning_clones`]: don't lint when the MSRV is below 1.63. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |