Skip to content

Commit 9ff29d6

Browse files
author
Without Boats
committed
Fix Rc impl.
1 parent c3bdd76 commit 9ff29d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/rc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,4 +1832,4 @@ impl<T: ?Sized> AsRef<T> for Rc<T> {
18321832
}
18331833

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

0 commit comments

Comments
 (0)