Skip to content

Commit 2f51f0b

Browse files
committed
Remove unneeded features.
1 parent 2f8d81f commit 2f51f0b

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_ast_pretty/src

1 file changed

+0
-2
lines changed

compiler/rustc_ast_pretty/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
#![doc(rust_logo)]
44
#![deny(rustc::untranslatable_diagnostic)]
55
#![deny(rustc::diagnostic_outside_of_impl)]
6-
#![feature(associated_type_bounds)]
76
#![feature(box_patterns)]
8-
#![feature(with_negative_coherence)]
97
#![recursion_limit = "256"]
108

119
mod helpers;

0 commit comments

Comments
 (0)