Skip to content

Commit

Permalink
Update rc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amosonn authored Aug 21, 2020
1 parent ab204c5 commit 5aba816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/rc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ impl<T: ?Sized> AsRef<T> for Rc<T> {
#[stable(feature = "pin", since = "1.33.0")]
impl<T: ?Sized> Unpin for Rc<T> {}

/// Get the offset within an `RcBoRcBox` for
/// Get the offset within an `RcBox` for
/// a payload of type described by a pointer.
///
/// # Safety
Expand Down

0 comments on commit 5aba816

Please sign in to comment.