Skip to content

Commit 544b8bc

Browse files
committed
nonzero_negation_ops: inline(always) -> inline.
1 parent a009bf1 commit 544b8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/num/nonzero.rs

Lines changed: 1 addition & 1 deletion
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)