Skip to content

Commit

Permalink
fix: complaints from clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jhellerstein authored and MingweiSamuel committed Oct 23, 2024
1 parent 4af4ecc commit d236fdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hydroflow_lang/src/graph/ops/anti_join_multiset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ use quote::{quote_spanned, ToTokens};
use syn::parse_quote;

use super::{
DelayType, OpInstGenerics, OperatorCategory, OperatorConstraints,
OperatorInstance, OperatorWriteOutput, Persistence, PortIndexValue, WriteContextArgs, RANGE_0,
RANGE_1,
DelayType, OpInstGenerics, OperatorCategory, OperatorConstraints, OperatorInstance,
OperatorWriteOutput, Persistence, PortIndexValue, WriteContextArgs, RANGE_0, RANGE_1,
};
use crate::diagnostic::{Diagnostic, Level};

Expand Down

0 comments on commit d236fdf

Please sign in to comment.