Skip to content

Commit 3aaf882

Browse files
joshtripletttgross35
authored andcommitted
build.rs: Drop warnings about deprecated cargo features
These are unlikely to get seen. [ resolve conflicts - Trevor ]
1 parent b5b553d commit 3aaf882

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.rs

-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ fn main() {
5454
let libc_ci = env::var("LIBC_CI").is_ok();
5555
let libc_check_cfg = env::var("LIBC_CHECK_CFG").is_ok() || rustc_minor_ver >= 80;
5656

57-
if env::var("CARGO_FEATURE_USE_STD").is_ok() {
58-
println!(
59-
"cargo:warning=\"libc's use_std cargo feature is deprecated since libc 0.2.55; \
60-
please consider using the `std` cargo feature instead\""
61-
);
62-
}
63-
6457
// The ABI of libc used by std is backward compatible with FreeBSD 12.
6558
// The ABI of libc from crates.io is backward compatible with FreeBSD 11.
6659
//

0 commit comments

Comments
 (0)