Skip to content

Commit ceb53a3

Browse files
committed
nonzero_negation_ops: inline(always) -> inline.
1 parent cdae82c commit ceb53a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/nonzero.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ macro_rules! nonzero_signed_operations {
742742
/// # }
743743
/// ```
744744
#[must_use]
745-
#[inline(always)]
745+
#[inline]
746746
#[unstable(feature = "nonzero_negation_ops", issue = "102443")]
747747
pub const fn is_negative(self) -> bool {
748748
self.get().is_negative()

0 commit comments

Comments
 (0)