Skip to content

Commit d91f8ba

Browse files
committed
Drop unused no_float_copysign cfg
Stable since Rust 1.35.
1 parent aa5aa61 commit d91f8ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serde/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fn main() {
1919
println!("cargo:rustc-check-cfg=cfg(no_core_net)");
2020
println!("cargo:rustc-check-cfg=cfg(no_core_num_saturating)");
2121
println!("cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)");
22-
println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");
2322
println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");
2423
println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");
2524
println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");

0 commit comments

Comments
 (0)