Skip to content

Commit fdf025c

Browse files
committed
fmt
1 parent 8c1db55 commit fdf025c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/core/src/num/nonzero.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,11 @@ macro_rules! nonzero_integer {
547547
#[doc = concat!("assert_eq!(size_of::<", stringify!($Ty), ">(), size_of::<Option<", stringify!($Ty), ">>());")]
548548
#[doc = concat!("assert_eq!(align_of::<", stringify!($Ty), ">(), align_of::<Option<", stringify!($Ty), ">>());")]
549549
/// ```
550-
///
550+
///
551551
/// # Const Creation
552-
///
553-
/// Since both [`Option::unwrap()`] and [`Option::expect()`] are `const`, it is possible to
554-
/// define a new
552+
///
553+
/// Since both [`Option::unwrap()`] and [`Option::expect()`] are `const`, it is possible to
554+
/// define a new
555555
#[doc = concat!("`", stringify!($Ty), "`")]
556556
/// at compile time via:
557557
/// ```

0 commit comments

Comments
 (0)