Skip to content

Commit 9f3c8f2

Browse files
committed
Fix clippy
1 parent 3e78aef commit 9f3c8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cordic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ pub mod op {
713713
func: &'a Op::Func,
714714
}
715715

716-
impl<'a, Arg, Res, Op> Operation<'a, Arg, Res, Op>
716+
impl<Arg, Res, Op> Operation<'_, Arg, Res, Op>
717717
where
718718
Arg: types::arg::State,
719719
Res: types::res::State,

0 commit comments

Comments
 (0)