Skip to content

Commit fecc86e

Browse files
authored
Merge pull request #4548 from mbyx/libc-test-lint
libc-test: fix lint error
2 parents 6e8350e + 2e5e02c commit fecc86e

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
@@ -3513,7 +3513,7 @@ fn test_neutrino(target: &str) {
35133513
)
35143514
});
35153515

3516-
cfg.skip_static(move |name| (name == "__dso_handle"));
3516+
cfg.skip_static(move |name| name == "__dso_handle");
35173517

35183518
cfg.generate(src_hotfix_dir().join("lib.rs"), "main.rs");
35193519
}

0 commit comments

Comments
 (0)