fix version number

This commit is contained in:
Eh2406 2017-09-21 15:46:17 -04:00
parent b91bac2983
commit cfc711e062

View file

@ -74,7 +74,7 @@ macro_rules! forward_ref_binop {
macro_rules! forward_ref_op_assign {
(impl $imp:ident, $method:ident for $t:ty, $u:ty) => {
forward_ref_op_assign!(impl $imp, $method for $t, $u,
#[stable(feature = "op_assign_builtins_by_ref", since = "1.18.0")]);
#[stable(feature = "op_assign_builtins_by_ref", since = "1.22.0")]);
};
(impl $imp:ident, $method:ident for $t:ty, $u:ty, #[$attr:meta]) => {
#[$attr]