Skip to content

Commit 20d3990

Browse files
mbyxtgross35
authored andcommitted
libc-test: fix lint error
(backport <#4548>) (cherry picked from commit 2e5e02c)
1 parent c3e3681 commit 20d3990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,7 @@ fn test_neutrino(target: &str) {
35803580
)
35813581
});
35823582

3583-
cfg.skip_static(move |name| (name == "__dso_handle"));
3583+
cfg.skip_static(move |name| name == "__dso_handle");
35843584

35853585
cfg.generate(src_hotfix_dir().join("lib.rs"), "main.rs");
35863586
}

0 commit comments

Comments
 (0)