Skip to content

Commit 58c307f

Browse files
committed
Alphabetize list of rustc-check-cfg
1 parent 8cc4809 commit 58c307f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fn main() {
1717
println!("cargo:rustc-check-cfg=cfg(no_core_cstr)");
1818
println!("cargo:rustc-check-cfg=cfg(no_core_num_saturating)");
1919
println!("cargo:rustc-check-cfg=cfg(no_core_try_from)");
20+
println!("cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)");
2021
println!("cargo:rustc-check-cfg=cfg(no_float_copysign)");
2122
println!("cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)");
2223
println!("cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)");
@@ -25,7 +26,6 @@ fn main() {
2526
println!("cargo:rustc-check-cfg=cfg(no_std_atomic64)");
2627
println!("cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)");
2728
println!("cargo:rustc-check-cfg=cfg(no_target_has_atomic)");
28-
println!("cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)");
2929
}
3030

3131
let target = env::var("TARGET").unwrap();

0 commit comments

Comments
 (0)