about summary refs log tree commit diff
path: root/src/libstd/from_str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/from_str.rs')
-rw-r--r--src/libstd/from_str.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/from_str.rs b/src/libstd/from_str.rs
index 642bec48b83..1ca72bca20b 100644
--- a/src/libstd/from_str.rs
+++ b/src/libstd/from_str.rs
@@ -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;