Skip to content
Snippets Groups Projects
Unverified Commit 0b2fe458 authored by Tamir Duberstein's avatar Tamir Duberstein
Browse files

Prune features used by stdbuild

parent 8d14ac5e
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
))]
// Attributes needed when building as part of the standard library
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute, cfg_target_vendor))]
#![cfg_attr(stdbuild, feature(no_std, staged_api, custom_attribute))]
#![cfg_attr(stdbuild, feature(link_cfg))]
#![cfg_attr(stdbuild, no_std)]
#![cfg_attr(stdbuild, staged_api)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment