rust-embedded/heapless

`impl Clone` for HistoryBuffer

jounathaen opened this issue · 1 comments

I stumbled about the fact, that Clone is implemented for Vec but not for HistoryBuffer?
I didn't check the code and honestly, I didn't think about it in depth, but it would be nice to clone these as well.

Cheers!

HistoryBuffer::Clone exists in current version. This should be closed.