Skip to content

Commit 96fcd06

Browse files
committed
librustdoc: remove unused feature gates
1 parent bcb287d commit 96fcd06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
#![feature(file_buffered)]
1212
#![feature(format_args_nl)]
1313
#![feature(if_let_guard)]
14-
#![feature(impl_trait_in_assoc_type)]
1514
#![feature(iter_intersperse)]
16-
#![feature(never_type)]
1715
#![feature(round_char_boundary)]
1816
#![feature(test)]
19-
#![feature(type_alias_impl_trait)]
20-
#![feature(type_ascription)]
2117
#![warn(rustc::internal)]
2218

2319
extern crate thin_vec;

0 commit comments

Comments
 (0)