We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 685ca70 + 81797cf commit 2585475Copy full SHA for 2585475
src/vec-final.md
@@ -58,7 +58,7 @@ impl<T> RawVec<T> {
58
mem::align_of::<T>(),
59
))
60
}
61
- let ptr = ptr.unwrap().ptr;
+ let ptr = ptr.unwrap();
62
63
self.ptr = Unique::new_unchecked(ptr.as_ptr() as *mut _);
64
self.cap = new_cap;
0 commit comments