Drop unused no_float_copysign cfg

Stable since Rust 1.35.
This commit is contained in:
David Tolnay 2025-03-09 12:38:42 -07:00
parent aa5aa611d4
commit d91f8ba950
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -19,7 +19,6 @@ fn main() {
println!("cargo:rustc-check-cfg=cfg(no_core_net)");
println!("cargo:rustc-check-cfg=cfg(no_core_num_saturating)");
println!("cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)");
println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");
println!("cargo:rustc-check-cfg=cfg(no_serde_derive)");
println!("cargo:rustc-check-cfg=cfg(no_std_atomic)");
println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");