summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-03 23:31:04 +0000
committerbors <bors@rust-lang.org>2018-07-03 23:31:04 +0000
commit8a9b980a8402fde4c7dec14050ec75d742cc1acb (patch)
treeb39f9ca0f53d13ae879dcdd304d01bb1606437a1
parent03e1a8cde909d08a1bd1c665b3f8965ce3b33e0e (diff)
parentcd3b87dc7ee79d33e6bad054ef1d4d54b00bcea1 (diff)
downloadrust-libc-8a9b980a8402fde4c7dec14050ec75d742cc1acb.tar.gz
Auto merge of #1029 - alexcrichton:no-custom-attr, r=alexcrichton
Remove `#![custom_attribute]` No longer needed by the looks of it!
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f7efb6002e..b6b5cdb161 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -86,7 +86,7 @@
))]
// Attributes needed when building as part of the standard library
-#![cfg_attr(feature = "stdbuild", feature(staged_api, custom_attribute, cfg_target_vendor))]
+#![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
#![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
#![cfg_attr(feature = "stdbuild", allow(warnings))]
#![cfg_attr(feature = "stdbuild", unstable(feature = "libc",