Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 15, 2024
1 parent b8a5270 commit 187da5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,11 @@ pub struct BuildOpts {
pub no_test: bool,

/// The strategy to use for running tests
#[arg(long, default_value = "native-and-emulated", help_heading = "Modifying result")]
#[arg(
long,
default_value = "native-and-emulated",
help_heading = "Modifying result"
)]
pub test: TestStrategy,

/// Don't force colors in the output of the build script
Expand Down

0 comments on commit 187da5a

Please sign in to comment.