Skip to content

Commit 9772644

Browse files
AdinAckusbalbin
authored andcommitted
fix annoying clippy lint
1 parent ad40976 commit 9772644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cordic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ where
10181018
Op: op::sealed::Feature,
10191019
{
10201020
rb: CORDIC,
1021+
#[allow(clippy::type_complexity)]
10211022
config: Config<Arg, Res, Op::NArgs<Arg>, Op::NRes<Res>, Op::Scale, Prec, Op::Func>,
10221023
}
10231024

0 commit comments

Comments
 (0)