We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ad961 commit 673a7beCopy full SHA for 673a7be
1 file changed
xtask/tests/ci.rs
@@ -50,7 +50,7 @@ static PACKAGE_FEATURES: &[(&str, &[&str], &[&str])] = &[
50
("panic-itm", NON_BASE_TARGETS, &[]),
51
];
52
53
-fn check_crates_build(is_nightly: bool, is_msrv: bool) {
+fn check_crates_build(is_nightly: bool, _is_msrv: bool) {
54
// Build all crates for each supported target.
55
for (package, targets, all_features) in PACKAGE_FEATURES {
56
for target in *targets {
0 commit comments