Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Nov 22, 2022
1 parent a56b0ee commit c6e956f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ struct Opt {
value_enum,
group = "graph"
)]
#[allow(clippy::option_option)]
flowgraph: Option<Option<FlowgraphFormat>>,

/// Specifies the direction of the flowgraph. Default is TopToBottom.
Expand Down

0 comments on commit c6e956f

Please sign in to comment.