Remove unused macro rule

This commit is contained in:
David Tolnay 2016-06-17 00:05:59 -07:00
parent 90d9c77186
commit f5f35677f0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -646,7 +646,6 @@ array_impls! {
///////////////////////////////////////////////////////////////////////////////
macro_rules! tuple_impls {
() => {};
($($len:expr => $visitor:ident => ($($name:ident),+),)+) => {
$(
/// Construct a tuple visitor.