We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1625e0b + e45316f commit b1908a1Copy full SHA for b1908a1
src/vec-drain.md
@@ -11,7 +11,7 @@ struct Drain<'a, T: 'a> {
11
// Need to bound the lifetime here, so we do it with `&'a mut Vec<T>`
12
// because that's semantically what we contain. We're "just" calling
13
// `pop()` and `remove(0)`.
14
- vec: PhantomData<&'a mut Vec<T>>
+ vec: PhantomData<&'a mut Vec<T>>,
15
start: *const T,
16
end: *const T,
17
}
0 commit comments