diff options
| author | bors <bors@rust-lang.org> | 2015-03-27 12:55:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-03-27 12:55:23 +0000 |
| commit | 242ed0b7c0f6a21096f2cc3e1ad1bdb176d02545 (patch) | |
| tree | 1fe893aa6129544fd0bde0fc58aa3d41cc33b5bf /src/libsyntax/lib.rs | |
| parent | 53a183f0274316596bf9405944d4f0468d8c93e4 (diff) | |
| parent | 1b98f6da7af8cea31066588776b7190c511455b1 (diff) | |
| download | rust-242ed0b7c0f6a21096f2cc3e1ad1bdb176d02545.tar.gz rust-242ed0b7c0f6a21096f2cc3e1ad1bdb176d02545.zip | |
Auto merge of #22930 - Gankro:entry_3, r=aturon
RFC pending, but this is the patch that does it. Totally untested. Likely needs some removed imports. std::collections docs should also be updated to provide better examples. Closes #23508
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 9af7b9ab633..72498afa320 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -35,7 +35,6 @@ #![feature(quote, unsafe_destructor)] #![feature(rustc_private)] #![feature(staged_api)] -#![feature(std_misc)] #![feature(unicode)] #![feature(path_ext)] #![feature(str_char)] |
