Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 5, 2024
1 parent fe8de17 commit 49a681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vec/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ where
self.drain.move_tail(len);
}
let filled = self.drain.fill(collected.by_ref());
debug_assert_eq!(filled, FillStatus::EmptyInput);
debug_assert_eq!(filled, FillStatus::FullSpan);
debug_assert_eq!(collected.len(), 0);
}
}
Expand Down

0 comments on commit 49a681c

Please sign in to comment.