chore: x fmt
This commit is contained in:
parent
9907f617ab
commit
27b63b85ec
1 changed files with 1 additions and 1 deletions
|
@ -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, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue