]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/from_str.rs
libstd: set baseline stability levels.
[rust.git] / src / libstd / from_str.rs
index 642bec48b836bda2f8beb086ba48428f9d2f76a3..1ca72bca20bdb5cbec9b983e2e90f7f8e7991262 100644 (file)
@@ -10,6 +10,8 @@
 
 //! The `FromStr` trait for types that can be created from strings
 
+#![experimental]
+
 use option::{Option, Some, None};
 use string::String;
 use str::StrAllocating;