diff --git a/lib.rs b/lib.rs index 20ec4f3..2b754ea 100644 --- a/lib.rs +++ b/lib.rs @@ -1561,6 +1561,7 @@ impl DoubleEndedIterator for IntoIter { } impl ExactSizeIterator for IntoIter {} +impl FusedIterator for IntoIter {} impl IntoIterator for SmallVec { type IntoIter = IntoIter;