Skip to content

Commit

Permalink
chore: disable extra unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouzan committed Nov 26, 2023
1 parent 0ff211d commit df4d164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/indicator_macros/src/operator/operator_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl OperatorFn {
type Output = #output_ty;

fn next(&mut self, __input: #indicator::context::ValueRef<'value, #input_ty>) -> Self::Output {
#[allow(clippy::extra_unused_type_parameters)]
#next_fn
#return_stmt
}
Expand Down

0 comments on commit df4d164

Please sign in to comment.