Skip to content

Commit

Permalink
Fixup: Revert accidental inline hint change
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedible authored Oct 30, 2023
1 parent ebc53f8 commit a430d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ macro_rules! impl_ranged {
}
}

#[inline(always)]
#[inline]
pub(crate) const fn new_saturating(value: $internal) -> Self {
<Self as $crate::traits::RangeIsValid>::ASSERT;
Self(if value < MIN {
Expand Down

0 comments on commit a430d15

Please sign in to comment.