Skip to content

Commit a821b2b

Browse files
fix indentation
1 parent b097ed1 commit a821b2b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

library/alloc/src/rc.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)