Skip to content

Commit 21f421c

Browse files
committed
Make ci package build on 1.41 again
1 parent bdae47c commit 21f421c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/src/task.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ pub fn test(args: TestArgs) -> bool {
5757
command.arg("--lib");
5858
}
5959

60-
if let Some(ref features) = features {
61-
command.args(["--features", features]);
60+
if let Some(features) = &features {
61+
command.args(&["--features", features]);
6262
}
6363

6464
println!("running {:?}", command);

0 commit comments

Comments
 (0)