Skip to content

Commit

Permalink
Merge pull request #19881 from larroy/master
Browse files Browse the repository at this point in the history
remove explicit if_let and tuple_indexing feature enables

Reviewed-by: alexcrichton
  • Loading branch information
bors committed Dec 17, 2014
2 parents 09813f9 + 2e74291 commit 2b800a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_borrowck/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/")]

#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
#![feature(default_type_params, globs, import_shadowing, macro_rules, phase, quote)]
#![feature(slicing_syntax, unsafe_destructor)]
#![feature(rustc_diagnostic_macros)]
#![feature(unboxed_closures)]
#![allow(non_camel_case_types)]
Expand Down

0 comments on commit 2b800a4

Please sign in to comment.