Skip to content

Commit

Permalink
Merge pull request rust-lang#73 from petrochenkov/staged
Browse files Browse the repository at this point in the history
Remove `#[staged_api]`
  • Loading branch information
alexcrichton committed Nov 24, 2015
2 parents c27f416 + 5ede62f commit e6714f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit e6714f3

Please sign in to comment.