Remove unused macro rule

This commit is contained in:
David Tolnay
2016-06-17 00:05:59 -07:00
parent 90d9c77186
commit f5f35677f0
-1
View File
@@ -646,7 +646,6 @@ array_impls! {
///////////////////////////////////////////////////////////////////////////////
macro_rules! tuple_impls {
() => {};
($($len:expr => $visitor:ident => ($($name:ident),+),)+) => {
$(
/// Construct a tuple visitor.