Skip to content

Commit 93c753d

Browse files
committed
Fix typo
1 parent 6cec843 commit 93c753d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/iter.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ where
5959
}
6060
}
6161

62-
// Based on work in rust-land/rust#49000
62+
// Based on work in rust-lang/rust#49000
6363
impl<T: fmt::Debug, N> fmt::Debug for GenericArrayIter<T, N>
6464
where
6565
N: ArrayLength<T>,
@@ -86,6 +86,7 @@ where
8686
}
8787
}
8888

89+
// Based on work in rust-lang/rust#49000
8990
impl<T: Clone, N> Clone for GenericArrayIter<T, N>
9091
where
9192
N: ArrayLength<T>,

0 commit comments

Comments
 (0)