Skip to content

Commit

Permalink
Merge pull request #200 from ehuss/features-short
Browse files Browse the repository at this point in the history
Add short features flag
  • Loading branch information
dtolnay authored Oct 13, 2023
2 parents 3812634 + 7f2ea2c commit d8d674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct Expand {
pub bench: Option<Option<String>>,

/// Space or comma separated list of features to activate
#[arg(long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
#[arg(short = 'F', long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
pub features: Option<String>,

/// Activate all available features
Expand Down

0 comments on commit d8d674d

Please sign in to comment.