commit | 5ede62f28e97f1c0a2222fe7dddd999ea7b825b3 | [log] [tgz] |
---|---|---|
author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | Tue Nov 24 01:58:32 2015 +0300 |
committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | Tue Nov 24 01:58:32 2015 +0300 |
tree | 731d52454eabc02f1f63a81bc2fa4601f445f741 | |
parent | c27f4167a7706baba1ddbb0a9ab320ec18d097db [diff] [blame] |
Remove `#[staged_api]`
diff --git a/src/lib.rs b/src/lib.rs index e62cd4d..d03b2f8 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -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))]