Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 3, 2024
1 parent 3e78aef commit 9f3c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cordic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ pub mod op {
func: &'a Op::Func,
}

impl<'a, Arg, Res, Op> Operation<'a, Arg, Res, Op>
impl<Arg, Res, Op> Operation<'_, Arg, Res, Op>
where
Arg: types::arg::State,
Res: types::res::State,
Expand Down

0 comments on commit 9f3c8f2

Please sign in to comment.