vec: remove unused import in Layout page

PhantomData is only used when Drain is introduced.
pull/415/head
Eva Pace 2 years ago
parent 2e52fe8f71
commit cfe77d0f5f

@ -40,7 +40,6 @@ we get the same results as using `Unique<T>`:
```rust
use std::ptr::NonNull;
use std::marker::PhantomData;
pub struct Vec<T> {
ptr: NonNull<T>,

Loading…
Cancel
Save