Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jan 17, 2025
1 parent e729ce7 commit cb8f006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dfir_rs/src/scheduled/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ impl<'a> Dfir<'a> {
}

/// Adds a new compiled subgraph with all options.
#[expect(clippy::too_many_arguments, reason = "Mainly for internal use.")]
pub fn add_subgraph_full<Name, R, W, F>(
&mut self,
name: Name,
Expand Down

0 comments on commit cb8f006

Please sign in to comment.