Skip to content

Commit 5aba816

Browse files
authored
Update rc.rs
1 parent ab204c5 commit 5aba816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ impl<T: ?Sized> AsRef<T> for Rc<T> {
21332133
#[stable(feature = "pin", since = "1.33.0")]
21342134
impl<T: ?Sized> Unpin for Rc<T> {}
21352135

2136-
/// Get the offset within an `RcBoRcBox` for
2136+
/// Get the offset within an `RcBox` for
21372137
/// a payload of type described by a pointer.
21382138
///
21392139
/// # Safety

0 commit comments

Comments
 (0)