Merge pull request #73 from petrochenkov/staged

Remove `#[staged_api]`
This commit is contained in:
Alex Crichton 2015-11-23 16:10:39 -08:00
commit e6714f3c70

View File

@ -59,7 +59,7 @@
))]
// Attributes needed when building as part of the standard library
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api))]
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute))]
#![cfg_attr(stdbuild, no_std)]
#![cfg_attr(stdbuild, staged_api)]
#![cfg_attr(stdbuild, allow(warnings))]