Fix Rc impl.

This commit is contained in:
Without Boats 2018-09-01 05:04:46 +02:00
parent c3bdd76047
commit 9ff29d6188
No known key found for this signature in database
GPG key ID: 174625E5E877C0D9

View file

@ -1832,4 +1832,4 @@ impl<T: ?Sized> AsRef<T> for Rc<T> {
}
#[unstable(feature = "pin", issue = "49150")]
impl<T: ?Sized> Unpin for Box<T> { }
impl<T: ?Sized> Unpin for Rc<T> { }