Unverified Commit e53d9d36 authored by Andrew Jones's avatar Andrew Jones Committed by GitHub
Browse files

Implement core::iter::Extend for storage collections (#341)



* Implement extend for Vec

* Implement extend for BinaryHeap

* Remove redundant core::iter imports

* Implement extend for BitVec

* Implement extend for BTreeMap

* Implement extend for HashMap

* Fmt

* Move trait bounds to where clause

* Cloned -> Copied

* More bounds moved to where clause

Co-authored-by: Hero Bird's avatarHero Bird <robbepop@web.de>
parent 433d93f2
Pipeline #81495 passed with stages
in 10 minutes and 19 seconds