diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-14 09:01:24 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-22 08:13:21 +1100 |
| commit | 2f51f0b2900db805f8230da07d45f4033cc29ecb (patch) | |
| tree | eadf59f74bb40194956addb3a500db1c4f746497 | |
| parent | 2f8d81f9dbac6b8df982199f69da04a4c8357227 (diff) | |
| download | rust-2f51f0b2900db805f8230da07d45f4033cc29ecb.tar.gz rust-2f51f0b2900db805f8230da07d45f4033cc29ecb.zip | |
Remove unneeded features.
| -rw-r--r-- | compiler/rustc_ast_pretty/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_ast_pretty/src/lib.rs b/compiler/rustc_ast_pretty/src/lib.rs index 9e4ffd8dd6a..670f2a45835 100644 --- a/compiler/rustc_ast_pretty/src/lib.rs +++ b/compiler/rustc_ast_pretty/src/lib.rs @@ -3,9 +3,7 @@ #![doc(rust_logo)] #![deny(rustc::untranslatable_diagnostic)] #![deny(rustc::diagnostic_outside_of_impl)] -#![feature(associated_type_bounds)] #![feature(box_patterns)] -#![feature(with_negative_coherence)] #![recursion_limit = "256"] mod helpers; |
