update version placeholders

This commit is contained in:
Pietro Albini
2025-01-06 20:28:08 +01:00
parent 6afee111c2
commit 4ae92b7adb
27 changed files with 86 additions and 86 deletions

View File

@@ -472,7 +472,7 @@ macro_rules! spec_tuple_impl {
#[doc(fake_variadic)]
#[doc = "This trait is implemented for tuples up to twelve items long. The `impl`s for \
1- and 3- through 12-ary tuples were stabilized after 2-tuples, in \
CURRENT_RUSTC_VERSION."]
1.85.0."]
=> ($ty_name, $var_name, $extend_ty_name, $cnt),
);
};