Skip to content

Commit 8423006

Browse files
committed
chore: x fmt
1 parent cbe7338 commit 8423006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/num/int_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ macro_rules! int_impl {
14521452
#[doc = concat!("assert_eq!(0x10", stringify!($SelfT), ".unbounded_shl(4), 0x1);")]
14531453
#[doc = concat!("assert_eq!(0x10", stringify!($SelfT), ".unbounded_shr(129), 0);")]
14541454
#[doc = concat!("assert_eq!(", stringify!($SelfT), "::MIN.unbounded_shr(129), -1);")]
1455-
/// ```
1455+
/// ```
14561456
#[unstable(feature = "unbounded_shifts", issue = "129375")]
14571457
#[rustc_allow_const_fn_unstable(unchecked_shifts)]
14581458
#[must_use = "this returns the result of the operation, \

0 commit comments

Comments
 (0)