Skip to content

Commit 839243c

Browse files
committed
Remove unused macro variant
1 parent 4673086 commit 839243c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tuple_impl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ pub trait TupleCollect: Sized {
245245
}
246246

247247
macro_rules! impl_tuple_collect {
248-
() => ();
249248
($N:expr; $A:ident ; $($X:ident),* ; $($Y:ident),* ; $($Y_rev:ident),*) => (
250249
impl<$A> TupleCollect for ($($X),*,) {
251250
type Item = $A;

0 commit comments

Comments
 (0)