Skip to content

Commit 8a9b980

Browse files
committed
Auto merge of #1029 - alexcrichton:no-custom-attr, r=alexcrichton
Remove `#![custom_attribute]` No longer needed by the looks of it!
2 parents 03e1a8c + cd3b87d commit 8a9b980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
))]
8787

8888
// Attributes needed when building as part of the standard library
89-
#![cfg_attr(feature = "stdbuild", feature(staged_api, custom_attribute, cfg_target_vendor))]
89+
#![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
9090
#![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
9191
#![cfg_attr(feature = "stdbuild", allow(warnings))]
9292
#![cfg_attr(feature = "stdbuild", unstable(feature = "libc",

0 commit comments

Comments
 (0)