about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-06-17 22:13:36 -0700
committerBrian Anderson <banderson@mozilla.com>2014-06-17 22:13:36 -0700
commit77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7 (patch)
tree733d76c719cd390f1d08b2c5bde86d6eca916ffa /src/libhexfloat
parent1bb42e557c9ce41a8ccd3e6992dfcd81d5aef66f (diff)
downloadrust-77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7.tar.gz
rust-77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7.zip
Mark all crates except std as experimental
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs
index 5451e4fc18c..f0f05baa282 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -37,6 +37,7 @@ fn main() {
 */
 
 #![crate_id = "hexfloat#0.11.0-pre"]
+#![experimental]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]