Skip to content

Commit

Permalink
Allow unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Dec 18, 2024
1 parent e6914fc commit f7706ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/paralegal-flow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ enum CrateHandling {
struct CrateInfo {
name: Option<String>,
handling: CrateHandling,
#[allow(dead_code)]
is_build_script: bool,
}

Expand Down

0 comments on commit f7706ff

Please sign in to comment.