Skip to content

Commit cd3b87d

Browse files
committed
Remove #![custom_attribute]
No longer needed by the looks of it!
1 parent 03e1a8c commit cd3b87d

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)