Skip to content

Commit cfc711e

Browse files
committed
fix version number
1 parent b91bac2 commit cfc711e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/internal_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ macro_rules! forward_ref_binop {
7474
macro_rules! forward_ref_op_assign {
7575
(impl $imp:ident, $method:ident for $t:ty, $u:ty) => {
7676
forward_ref_op_assign!(impl $imp, $method for $t, $u,
77-
#[stable(feature = "op_assign_builtins_by_ref", since = "1.18.0")]);
77+
#[stable(feature = "op_assign_builtins_by_ref", since = "1.22.0")]);
7878
};
7979
(impl $imp:ident, $method:ident for $t:ty, $u:ty, #[$attr:meta]) => {
8080
#[$attr]

0 commit comments

Comments
 (0)