From cd3b87dc7ee79d33e6bad054ef1d4d54b00bcea1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 3 Jul 2018 16:30:13 -0700 Subject: Remove `#![custom_attribute]` No longer needed by the looks of it! --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.1