Co-authored-by: Yuki Okushi <jtitor@2k36.org>
pull/363/head
Daniel Henry-Mantilla 3 years ago committed by GitHub
parent ff4bfe56f2
commit 1b3fef45b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,7 @@ that that `Vec<T>` _owns_ values of type `T` (more precisely: may use values of
in its `Drop` implementation), and Rust will thus not allow them to _dangle_ should a
`Vec<T>` be dropped.
**Adding an extra `_owns_T: PhantomData<T>` field is thus _superflous_ and accomplishes nothing**.
**Adding an extra `_owns_T: PhantomData<T>` field is thus _superfluous_ and accomplishes nothing**.
___

Loading…
Cancel
Save