Skip to content

Commit 3ffae61

Browse files
fix broken clippy which is also broken on main
1 parent 205c848 commit 3ffae61

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

3515-
cfg.skip_static(move |name| (name == "__dso_handle"));
3515+
cfg.skip_static(move |name| name == "__dso_handle");
35163516

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

0 commit comments

Comments
 (0)