diff --git a/libc-test/build.rs b/libc-test/build.rs index d3af5e5db1e7..6738c391b2ad 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -3513,7 +3513,7 @@ fn test_neutrino(target: &str) { ) }); - cfg.skip_static(move |name| (name == "__dso_handle")); + cfg.skip_static(move |name| name == "__dso_handle"); cfg.generate(src_hotfix_dir().join("lib.rs"), "main.rs"); }