Mark all crates except std as experimental

This commit is contained in:
Brian Anderson
2014-06-17 22:13:36 -07:00
parent 1bb42e557c
commit 77657baf2c
28 changed files with 28 additions and 1 deletions

View File

@@ -15,11 +15,11 @@
//! generated instead.
#![crate_id = "fmt_macros#0.11.0-pre"]
#![experimental]
#![license = "MIT/ASL2"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![feature(macro_rules, globs)]
#![experimental]
use std::char;
use std::str;