1
Fork 0

Remove all uses of #[staged_api]

This commit is contained in:
Vadim Petrochenkov 2015-11-24 01:52:55 +03:00
parent 5127d24a3e
commit be8ace8cac
52 changed files with 34 additions and 52 deletions

View file

@ -12,7 +12,7 @@
#![cfg_attr(stage0, feature(custom_attribute))]
#![crate_name = "rustdoc"]
#![unstable(feature = "rustdoc", issue = "27812")]
#![staged_api]
#![cfg_attr(stage0, staged_api)]
#![crate_type = "dylib"]
#![crate_type = "rlib"]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",