about summary refs log tree commit diff
path: root/src/liblog
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/liblog
parent1bb42e557c9ce41a8ccd3e6992dfcd81d5aef66f (diff)
downloadrust-77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7.tar.gz
rust-77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7.zip
Mark all crates except std as experimental
Diffstat (limited to 'src/liblog')
-rw-r--r--src/liblog/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs
index 90a186f59d2..ddc2872b7ae 100644
--- a/src/liblog/lib.rs
+++ b/src/liblog/lib.rs
@@ -106,6 +106,7 @@ if logging is disabled, none of the components of the log will be executed.
 */
 
 #![crate_id = "log#0.11.0-pre"]
+#![experimental]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]