We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b553d commit 3aaf882Copy full SHA for 3aaf882
build.rs
@@ -54,13 +54,6 @@ fn main() {
54
let libc_ci = env::var("LIBC_CI").is_ok();
55
let libc_check_cfg = env::var("LIBC_CHECK_CFG").is_ok() || rustc_minor_ver >= 80;
56
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
-
64
// The ABI of libc used by std is backward compatible with FreeBSD 12.
65
// The ABI of libc from crates.io is backward compatible with FreeBSD 11.
66
//
0 commit comments