Skip to content

Commit e3fec47

Browse files
committed
lints
1 parent 2f0db57 commit e3fec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci/src/commands/what_to_run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct WhatToRunCommand {
1717

1818
/// select tasks for a specific version of rust
1919
#[argh(option)]
20-
#[expect(dead_code)]
20+
#[expect(dead_code, reason = "todo")]
2121
rust_version: RustVersion,
2222
}
2323

@@ -71,7 +71,7 @@ impl WhatToRunCommand {
7171
jobs.push(r#""cargo run -p ci -- test""#);
7272
jobs.push(r#""cargo run -p ci -- lints""#);
7373

74-
println!("[{}]", jobs.join(", "))
74+
println!("[{}]", jobs.join(", "));
7575
}
7676
}
7777

0 commit comments

Comments
 (0)