Skip to content

Commit

Permalink
fix annoying clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Nov 8, 2024
1 parent 8e8bd22 commit 76fa25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cordic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ where
Op: op::sealed::Feature,
{
rb: CORDIC,
#[allow(clippy::type_complexity)]
config: Config<Arg, Res, Op::NArgs<Arg>, Op::NRes<Res>, Op::Scale, Prec, Op::Func>,
}

Expand Down

0 comments on commit 76fa25b

Please sign in to comment.