Skip to content

Commit 200f4f2

Browse files
committed
Remove a duplicated #[inline] annotation
1 parent 724c1e9 commit 200f4f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ impl<A: Array> Drop for IntoIter<A> {
524524
impl<A: Array> Iterator for IntoIter<A> {
525525
type Item = A::Item;
526526

527-
#[inline]
528527
#[inline]
529528
fn next(&mut self) -> Option<A::Item> {
530529
if self.current == self.end {

0 commit comments

Comments
 (0)