File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1546,10 +1546,10 @@ impl<T: ?Sized> Rc<T> {
15461546 /// # Safety
15471547 ///
15481548 /// The pointer must have been obtained through [`Rc::into_raw`] and must satisfy the
1549- /// same layout requirements specified in [`Rc::from_raw_in`].
1550- /// The associated `Rc` instance must be valid (i.e. the strong count must be at
1551- /// least 1) for the duration of this method, and `ptr` must point to a block of memory
1552- /// allocated by the global allocator.
1549+ /// same layout requirements specified in [`Rc::from_raw_in`].
1550+ /// The associated `Rc` instance must be valid (i.e. the strong count must be at
1551+ /// least 1) for the duration of this method, and `ptr` must point to a block of memory
1552+ /// allocated by the global allocator.
15531553 ///
15541554 /// # Examples
15551555 ///
You can’t perform that action at this time.
0 commit comments