Skip to content

Commit 448bbcf

Browse files
bors[bot]phimuemue
andauthored
Merge #444
444: Remove unused macro variant r=phimuemue a=phimuemue I'd like to try bors with that one. Co-authored-by: philipp <[email protected]>
2 parents 66b40e0 + 839243c commit 448bbcf

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)