Skip to content

Commit

Permalink
chore: x fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Aug 21, 2024
1 parent cbe7338 commit 8423006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/num/int_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ macro_rules! int_impl {
#[doc = concat!("assert_eq!(0x10", stringify!($SelfT), ".unbounded_shl(4), 0x1);")]
#[doc = concat!("assert_eq!(0x10", stringify!($SelfT), ".unbounded_shr(129), 0);")]
#[doc = concat!("assert_eq!(", stringify!($SelfT), "::MIN.unbounded_shr(129), -1);")]
/// ```
/// ```
#[unstable(feature = "unbounded_shifts", issue = "129375")]
#[rustc_allow_const_fn_unstable(unchecked_shifts)]
#[must_use = "this returns the result of the operation, \
Expand Down

0 comments on commit 8423006

Please sign in to comment.