heapless
heapless copied to clipboard
Add missing `Debug` derive to `vec::IntoIter`
This is where Unsafe fields could come in handy in the future.
@sosthene-nitrokey Thanks for the review. PTALA. I was first going for a more verbose option (f.debug_struct("IntoIter").field("elements", &s).finish()) but then decided against it. I can change to something like that, if you like.
Rebased.