a7b1d31a9f
It's common to see repeated assertions like this in derived `clone` and `eq` methods: ``` let _: ::core::clone::AssertParamIsClone<u32>; let _: ::core::clone::AssertParamIsClone<u32>; ``` This commit avoids them. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |