You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #192 - L0uisc:clone-into-iter, r=mbrubeck
Implement Clone for IntoIter<A> where A: Clone
Implemented code to fix#178. The commented impl can be uncommented once specialization is possible. Both impls were tested and passed the three added tests.
0 commit comments