This was particularly helpful in the time just after OIBIT's implementation to make sure things that were supposed to be Copy continued to be, but it's now creates a lot of noise for types that intentionally don't want to be Copy.
for x in range(a, b)
for x in a..b
i
for x in xs.into_iter()
for x in xs