Skip to content

Commit bd00994

Browse files
committed
BUG: Fix unused mut warning with azip
1 parent c46794b commit bd00994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zip/zipmacro.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ macro_rules! azip {
9494
};
9595
// Build Finish Rule (both)
9696
(@finish ($z:expr) [$($aa:expr,)*] [$($p:pat,)+] in { $($t:tt)*}) => {
97+
#[allow(unused_mut)]
9798
($z)
9899
$(
99100
.and($aa)

0 commit comments

Comments
 (0)