summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-07-03 16:30:13 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-07-03 16:30:13 -0700
commitcd3b87dc7ee79d33e6bad054ef1d4d54b00bcea1 (patch)
treeb39f9ca0f53d13ae879dcdd304d01bb1606437a1
parent03e1a8cde909d08a1bd1c665b3f8965ce3b33e0e (diff)
downloadrust-libc-cd3b87dc7ee79d33e6bad054ef1d4d54b00bcea1.tar.gz
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",