diff options
| author | Steven Malis <smmalis37@gmail.com> | 2019-03-12 21:00:37 -0700 |
|---|---|---|
| committer | Steven Malis <smmalis37@gmail.com> | 2019-03-12 21:00:37 -0700 |
| commit | 266ca31f74ae343fc773b88f3bb77b601034babf (patch) | |
| tree | 8f3c89792d65115bc4c4db963fc0982d191a3df0 /src/librustc_codegen_llvm/lib.rs | |
| parent | 8f4c226fc5b3b0c0d120bb3117089557ef35acc1 (diff) | |
| download | rust-266ca31f74ae343fc773b88f3bb77b601034babf.tar.gz rust-266ca31f74ae343fc773b88f3bb77b601034babf.zip | |
Stabilize Range*::contains.
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index 7b2b9ec24ea..b396c6b54db 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -15,7 +15,6 @@ #![allow(unused_attributes)] #![feature(libc)] #![feature(nll)] -#![feature(range_contains)] #![feature(rustc_diagnostic_macros)] #![feature(optin_builtin_traits)] #![feature(concat_idents)] |
