diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-06-17 22:13:36 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-06-17 22:13:36 -0700 |
| commit | 77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7 (patch) | |
| tree | 733d76c719cd390f1d08b2c5bde86d6eca916ffa /src/libtime | |
| parent | 1bb42e557c9ce41a8ccd3e6992dfcd81d5aef66f (diff) | |
| download | rust-77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7.tar.gz rust-77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7.zip | |
Mark all crates except std as experimental
Diffstat (limited to 'src/libtime')
| -rw-r--r-- | src/libtime/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index 79f8cd3379a..94a7acaf076 100644 --- a/src/libtime/lib.rs +++ b/src/libtime/lib.rs @@ -11,6 +11,7 @@ //! Simple time handling. #![crate_id = "time#0.11.0-pre"] +#![experimental] #![crate_type = "rlib"] #![crate_type = "dylib"] |
