Skip to content

Commit e76f5eb

Browse files
committed
Fix build
1 parent 613e20b commit e76f5eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/impl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ macro_rules! impl_fn {
129129
}
130130

131131
// Default: generate impls up to 6 arguments
132+
#[cfg(not(feature = "max-arity-12"))]
132133
impl_fn! {
133134
__arg_0: A, __arg_1: B, __arg_2: C, __arg_3: D, __arg_4: E, __arg_5: F
134135
}

0 commit comments

Comments
 (0)