Skip to content

Commit b54e313

Browse files
committed
Revert changes to lib.rs
1 parent 0dbeafd commit b54e313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
#![crate_name = "libc"]
1616
#![crate_type = "rlib"]
1717
#![cfg_attr(not(feature = "rustc-dep-of-std"), deny(warnings))]
18-
#![allow(bad_style, overflowing_literals, improper_ctypes, unknown_lints, unused_attributes)]
18+
#![allow(bad_style, overflowing_literals, improper_ctypes, unknown_lints)]
1919
// Attributes needed when building as part of the standard library
2020
#![cfg_attr(
2121
feature = "rustc-dep-of-std",
22-
feature(link_cfg, no_core)
22+
feature(cfg_target_vendor, link_cfg, no_core)
2323
)]
2424
// Enable extra lints:
2525
#![cfg_attr(feature = "extra_traits", deny(missing_debug_implementations))]

0 commit comments

Comments
 (0)