We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03e1a8c + cd3b87d commit 8a9b980Copy full SHA for 8a9b980
src/lib.rs
@@ -86,7 +86,7 @@
86
))]
87
88
// Attributes needed when building as part of the standard library
89
-#![cfg_attr(feature = "stdbuild", feature(staged_api, custom_attribute, cfg_target_vendor))]
+#![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
90
#![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
91
#![cfg_attr(feature = "stdbuild", allow(warnings))]
92
#![cfg_attr(feature = "stdbuild", unstable(feature = "libc",
0 commit comments