1
Fork 0

rollup merge of #20565: alexcrichton/missing-stability

Conflicts:
	src/libstd/sync/mpsc/mod.rs
This commit is contained in:
Alex Crichton 2015-01-05 18:41:55 -08:00
commit 83c890b454
8 changed files with 24 additions and 46 deletions

View file

@ -95,7 +95,7 @@
//! and `format!`, also available to all Rust code.
#![crate_name = "std"]
#![unstable]
#![stable]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",