We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0358002 commit 92a5204Copy full SHA for 92a5204
src/librustdoc/lib.rs
@@ -8,7 +8,6 @@
8
#![feature(debug_closure_helpers)]
9
#![feature(file_buffered)]
10
#![feature(format_args_nl)]
11
-#![feature(if_let_guard)]
12
#![feature(impl_trait_in_assoc_type)]
13
#![feature(iter_intersperse)]
14
#![feature(never_type)]
src/tools/clippy/clippy_lints/src/lib.rs
@@ -3,7 +3,6 @@
3
#![feature(macro_metavar_expr_concat)]
4
#![feature(f128)]
5
#![feature(f16)]
6
7
#![feature(iter_partition_in_place)]
src/tools/clippy/clippy_utils/src/lib.rs
@@ -1,5 +1,4 @@
1
#![feature(box_patterns)]
2
#![feature(macro_metavar_expr)]
#![feature(rustc_private)]
0 commit comments