about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/mem.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/mem.rs b/src/libcore/mem.rs
index 1eec4def1bb..9efac3e8d4c 100644
--- a/src/libcore/mem.rs
+++ b/src/libcore/mem.rs
@@ -1024,9 +1024,6 @@ impl<T: ?Sized> DerefMut for ManuallyDrop<T> {
     }
 }
 
-#[unstable(feature = "coerce_unsized", issue = "27732")]
-impl<T: CoerceUnsized<U>, U> CoerceUnsized<ManuallyDrop<U>> for ManuallyDrop<T> {}
-
 /// A pinned reference.
 ///
 /// A pinned reference is a lot like a mutable reference, except that it is not