We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea55af3 + 1d36316 commit e3d0783Copy full SHA for e3d0783
posts/2022-10-28-gats-stabilization.md
@@ -44,7 +44,7 @@ trait LendingIterator {
44
}
45
46
pub struct WindowsMut<'x, T> {
47
- slice: &'x [T],
+ slice: &'x mut [T],
48
49
50
impl<'x, T> LendingIterator for WindowsMut<'x, T> {
0 commit comments