Skip to content

Commit b87fc76

Browse files
bors[bot]phimuemue
andauthored
Merge #541
541: Fix warning r=phimuemue a=phimuemue Warning referred to unnecessary trailing semicolon. Co-authored-by: philipp <[email protected]>
2 parents ad70efd + 31c9f72 commit b87fc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tuple_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ macro_rules! impl_tuple_collect {
314314
let &mut ($(ref mut $Y),*,) = self;
315315
macro_rules! replace_item{($i:ident) => {
316316
item = replace($i, item);
317-
}};
317+
}}
318318
rev_for_each_ident!(replace_item, $($Y,)*);
319319
drop(item);
320320
}

0 commit comments

Comments
 (0)