diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:10:38 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:10:38 -0700 |
| commit | e361b25c5e0ae2b49b1850499f0c19683c843fe6 (patch) | |
| tree | b632228e52cf071bc6734f564647e7fc0dd30c24 /src/libstd/lib.rs | |
| parent | 28a6b16130388b126635773694d450ddbc9120d4 (diff) | |
| parent | 9754b06cd80cfcc523573535090519bec935fec3 (diff) | |
| download | rust-e361b25c5e0ae2b49b1850499f0c19683c843fe6.tar.gz rust-e361b25c5e0ae2b49b1850499f0c19683c843fe6.zip | |
rollup merge of #23749: alexcrichton/remove-old-impl-check
Conflicts: src/libsyntax/feature_gate.rs
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 10050d0bb4f..420f6c49c26 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -113,7 +113,6 @@ #![feature(lang_items)] #![feature(libc)] #![feature(linkage, thread_local, asm)] -#![feature(old_impl_check)] #![feature(optin_builtin_traits)] #![feature(rand)] #![feature(staged_api)] |
