diff options
Diffstat (limited to 'src/libcore/mem/manually_drop.rs')
| -rw-r--r-- | src/libcore/mem/manually_drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/mem/manually_drop.rs b/src/libcore/mem/manually_drop.rs index bb353993236..34fc0618ea2 100644 --- a/src/libcore/mem/manually_drop.rs +++ b/src/libcore/mem/manually_drop.rs @@ -1,5 +1,5 @@ -use crate::ptr; use crate::ops::{Deref, DerefMut}; +use crate::ptr; /// A wrapper to inhibit compiler from automatically calling `T`’s destructor. /// |
