summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-06-19 03:31:18 +0000
committerbors <bors@rust-lang.org>2014-06-19 03:31:18 +0000
commitf05cd6e04e62651ec95a3ae66906399d7c0092a1 (patch)
tree008b8165e0ec8c0bf7edef753cf0f7c672afcf3c /src/liballoc
parent3770c42a4959cbabc73da52abc7e3db96657974e (diff)
parent77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7 (diff)
downloadrust-f05cd6e04e62651ec95a3ae66906399d7c0092a1.tar.gz
rust-f05cd6e04e62651ec95a3ae66906399d7c0092a1.zip
auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr
This creates a stability baseline for all crates that we distribute that are not `std`. In general, all library code must start as experimental and progress in stages to become stable.
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index a947378f768..e578346861e 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -61,6 +61,7 @@
 //! the system malloc/free.
 
 #![crate_id = "alloc#0.11.0-pre"]
+#![experimental]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",