Skip to content

Commit c4ec2d6

Browse files
authored
Update arith.rs
1 parent bc4376f commit c4ec2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ops/arith.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ macro_rules! rem_impl_float {
627627
/// ```
628628
#[stable(feature = "rust1", since = "1.0.0")]
629629
#[rustc_const_unstable(feature = "const_ops", issue = "90080")]
630-
impl Rem for $t {
630+
impl const Rem for $t {
631631
type Output = $t;
632632

633633
#[inline]

0 commit comments

Comments
 (0)