Skip to content

Commit a090861

Browse files
committed
fix clap derive ref
1 parent cccd1f9 commit a090861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_diff/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct CliInputs {
1010
#[arg(short, long)]
1111
commit_hash: Option<String>,
1212
/// Optional comma separated list of rustfmt config options to pass when running the feature branch
13-
#[clap(value_delimiter = ',', short, long,num_args = 1..)]
13+
#[arg(value_delimiter = ',', short, long,num_args = 1..)]
1414
rustfmt_config: Option<Vec<String>>,
1515
}
1616

0 commit comments

Comments
 (0)