diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-06-09 18:15:22 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-06-17 09:06:59 -0700 |
| commit | 6895311e859e1859f9b3f0adc9f1fbb4d2891534 (patch) | |
| tree | abefb3b1f9caa3a3d60f86439b4e6550a54f7692 /src/liblog | |
| parent | d444d0c357e85c90e73585520e2da74304c7265a (diff) | |
| download | rust-6895311e859e1859f9b3f0adc9f1fbb4d2891534.tar.gz rust-6895311e859e1859f9b3f0adc9f1fbb4d2891534.zip | |
std: Split the `std_misc` feature
Diffstat (limited to 'src/liblog')
| -rw-r--r-- | src/liblog/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs index 0238bf1f4be..246b5909865 100644 --- a/src/liblog/lib.rs +++ b/src/liblog/lib.rs @@ -173,8 +173,10 @@ #![feature(box_syntax)] #![feature(const_fn)] #![feature(iter_cmp)] +#![feature(once_new)] +#![feature(rt)] #![feature(staged_api)] -#![feature(std_misc)] +#![feature(static_mutex)] use std::boxed; use std::cell::RefCell; |
