Skip to content

Commit 08a1206

Browse files
Update xtask/codegen/src/lib.rs
1 parent 30a9e3d commit 08a1206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/codegen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub enum TaskCommand {
8686
#[bpaf(long("group"))]
8787
group: String,
8888

89-
/// Group of the rule
89+
/// Severity of the rule
9090
#[bpaf(long("severity"), fallback(Severity::Error))]
9191
severity: Severity,
9292
},

0 commit comments

Comments
 (0)