diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-06 16:19:30 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-06 19:42:33 +0530 |
| commit | 40d1b23fdd4b793828b39f889d66fdd2b617f909 (patch) | |
| tree | 60f88f8594192cacdd6b70e7c8827fbcb073f70d | |
| parent | f7aac937f588f43c9124639be5c20366921b49be (diff) | |
rm unused feature
| -rw-r--r-- | src/librustc_typeck/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_typeck/lib.rs b/src/librustc_typeck/lib.rs index a07179b31bb..ccf392365ce 100644 --- a/src/librustc_typeck/lib.rs +++ b/src/librustc_typeck/lib.rs @@ -83,7 +83,6 @@ This API is completely unstable and subject to change. #![feature(rustc_private)] #![feature(slicing_syntax, unsafe_destructor)] #![feature(staged_api)] -#![feature(std_misc)] #[macro_use] extern crate log; #[macro_use] extern crate syntax; |
