Skip to content

Commit e303213

Browse files
committed
Merge pull request #19881 from larroy/master
remove explicit if_let and tuple_indexing feature enables Reviewed-by: alexcrichton
2 parents 690f25f + 2e74291 commit e303213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_borrowck/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
1717
html_root_url = "http://doc.rust-lang.org/nightly/")]
1818

19-
#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
20-
#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
19+
#![feature(default_type_params, globs, import_shadowing, macro_rules, phase, quote)]
20+
#![feature(slicing_syntax, unsafe_destructor)]
2121
#![feature(rustc_diagnostic_macros)]
2222
#![feature(unboxed_closures)]
2323
#![allow(non_camel_case_types)]

0 commit comments

Comments
 (0)