Closed huitseeker closed 1 year ago
I've also switched a qualified AsMut to an use and exhibited an implicit lifetime on a return of Iter<'a, T>, with the assumption they would be welcome cleanup. Happy to revert any of those if wished.
AsMut
use
Iter<'a, T>
Fixes #32.
Closing because of https://github.com/Manishearth/elsa/pull/31#issuecomment-1202925691
I've also switched a qualified
AsMut
to anuse
and exhibited an implicit lifetime on a return ofIter<'a, T>
, with the assumption they would be welcome cleanup. Happy to revert any of those if wished.Fixes #32.