Skip to content

Commit 673a7be

Browse files
committed
ci: fmt
1 parent 97ad961 commit 673a7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xtask/tests/ci.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static PACKAGE_FEATURES: &[(&str, &[&str], &[&str])] = &[
5050
("panic-itm", NON_BASE_TARGETS, &[]),
5151
];
5252

53-
fn check_crates_build(is_nightly: bool, is_msrv: bool) {
53+
fn check_crates_build(is_nightly: bool, _is_msrv: bool) {
5454
// Build all crates for each supported target.
5555
for (package, targets, all_features) in PACKAGE_FEATURES {
5656
for target in *targets {

0 commit comments

Comments
 (0)