about summary refs log tree commit diff
path: root/library/core/src/tuple.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-11 10:32:39 -0700
committerMichael Howell <michael@notriddle.com>2022-06-11 10:32:39 -0700
commit28bd1a4847ab2f016e0b191a1dbd15b48675e84d (patch)
treea41568fdf804ef5c448376256897b71f66e7c0ee /library/core/src/tuple.rs
parent26f04ebfa96aaaef4358e32a01b6ba0d0aa84835 (diff)
downloadrust-28bd1a4847ab2f016e0b191a1dbd15b48675e84d.tar.gz
rust-28bd1a4847ab2f016e0b191a1dbd15b48675e84d.zip
docs: make all the variadic impls use `(T, ...)` exactly
Diffstat (limited to 'library/core/src/tuple.rs')
-rw-r--r--library/core/src/tuple.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/tuple.rs b/library/core/src/tuple.rs
index c6e3d045a78..d0d8c5faa44 100644
--- a/library/core/src/tuple.rs
+++ b/library/core/src/tuple.rs
@@ -154,4 +154,4 @@ macro_rules! last_type {
     ($a:ident, $($rest_a:ident,)+) => { last_type!($($rest_a,)+) };
 }
 
-tuple_impls!(A B C D E F G H I J K L);
+tuple_impls!(E D C B A Z Y X W V U T);