We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
7ce72ac
MaybeDangling does not need anymore to implement Debug.
MaybeDangling
Debug
peek_mut is now unsafe, as it could lead to UB.
peek_mut
Peekable/Flatten drop order and leaks have been fixed.
Peekable
Flatten
StepBy was misstepping by one on a fresh iterator.
StepBy
FusedLender/FallibleFusedLender were not implementing correctly last.
FusedLender
FallibleFusedLender
last
TakeWhile was no honoring the fused contract.
TakeWhile
Take backward advancing methods were not behaving correctly when taking zero elements or advancing by zero elements.
Take
Chunky does not panic anymore on an advancing operation that exhaust the underlying lender.
Chunky
from_iter_ref now drops the held element before getting the next one.
from_iter_ref