We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e383845 + ed2f960 commit 022bff2Copy full SHA for 022bff2
1 file changed
library/alloc/src/rc.rs
@@ -1581,7 +1581,7 @@ impl<T: ?Sized> Rc<T> {
1581
///
1582
/// # Safety
1583
1584
- /// The pointer must have been obtained through `Rc::into_raw`and must satisfy the
+ /// The pointer must have been obtained through `Rc::into_raw` and must satisfy the
1585
/// same layout requirements specified in [`Rc::from_raw_in`][from_raw_in].
1586
/// The associated `Rc` instance must be valid (i.e. the strong count must be at
1587
/// least 1) when invoking this method, and `ptr` must point to a block of memory
0 commit comments