Skip to content

Commit e84e2da

Browse files
committed
libc-test/build.rs: Fix compiler warning from nightly rustc
1 parent 3f0ecdb commit e84e2da

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
@@ -3506,7 +3506,7 @@ fn test_neutrino(target: &str) {
35063506
)
35073507
});
35083508

3509-
cfg.skip_static(move |name| (name == "__dso_handle"));
3509+
cfg.skip_static(move |name| name == "__dso_handle");
35103510

35113511
cfg.generate(src_hotfix_dir().join("lib.rs"), "main.rs");
35123512
}

0 commit comments

Comments
 (0)