Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unnecessary CoerceUnsized impl
  • Loading branch information
RalfJung committed Aug 6, 2018
1 parent b3d2346 commit 3dcdb8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libcore/mem.rs
Expand Up @@ -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
Expand Down

0 comments on commit 3dcdb8a

Please sign in to comment.