]> git.lizzy.rs Git - rust.git/commit
Remove Copy impl from OnceWith
authorOliver Middleton <olliemail27@gmail.com>
Mon, 3 Feb 2020 22:30:17 +0000 (22:30 +0000)
committerOliver Middleton <olliemail27@gmail.com>
Mon, 3 Feb 2020 22:30:17 +0000 (22:30 +0000)
commit5f689fe466b6ed0d63e5d5f732804bb74c07b58d
treefc78a817f866618c3d4e21d8f07618bafbe9a4ac
parent8417d68de5e063426ab6bb7f383df6117d1beeed
Remove Copy impl from OnceWith

Iterators typically don't implement `Copy` and this shouldn't be an exception.
src/libcore/iter/sources.rs