From 5aba816672d08a076eaa8005a109968af8ce1083 Mon Sep 17 00:00:00 2001 From: amosonn Date: Fri, 21 Aug 2020 22:25:09 +0200 Subject: [PATCH] Update rc.rs --- library/alloc/src/rc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/alloc/src/rc.rs b/library/alloc/src/rc.rs index c847cb7e1f1ae..1b5ee20516b3c 100644 --- a/library/alloc/src/rc.rs +++ b/library/alloc/src/rc.rs @@ -2133,7 +2133,7 @@ impl AsRef for Rc { #[stable(feature = "pin", since = "1.33.0")] impl Unpin for Rc {} -/// Get the offset within an `RcBoRcBox` for +/// Get the offset within an `RcBox` for /// a payload of type described by a pointer. /// /// # Safety