It has long been the policy of the standard library that Copy and Iterator on the same type is a footgun. Therefore, the `missing_copy_implementations` lint should not fire on a type that impls Iterator.
It has long been the policy of the standard library that Copy and Iterator on the same type is a footgun.
Therefore, the
missing_copy_implementationslint should not fire on a type that impls Iterator.