Skip to content

Commit 2792779

Browse files
committed
Make the compiler happy
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
1 parent c90b65f commit 2792779

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)