about summary refs log tree commit diff
path: root/src/libcollections
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/libcollections
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/libcollections')
-rw-r--r--src/libcollections/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs
index fde8dcd0ef5..3abecc3fc86 100644
--- a/src/libcollections/lib.rs
+++ b/src/libcollections/lib.rs
@@ -13,6 +13,7 @@
  */
 
 #![crate_id = "collections#0.11.0-pre"]
+#![experimental]
 #![crate_type = "rlib"]
 #![license = "MIT/ASL2"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",