Skip to content

Commit e3ebf8c

Browse files
committed
FIX: In Zip, fix unused code warning for last_of macro
1 parent 6d43c13 commit e3ebf8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zip/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,7 @@ zipt_impl! {
916916
[A B C D E F][ a b c d e f],
917917
}
918918

919+
#[cfg(feature = "rayon")]
919920
macro_rules! last_of {
920921
($q:ty) => { $q };
921922
($p:ty, $($q:ty),+) => { last_of!($($q),+) };

0 commit comments

Comments
 (0)