Skip to content

Commit

Permalink
Remove unused features.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Oct 6, 2024
1 parent 55a22d2 commit cfeee7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_infer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(extend_one)]
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(iterator_try_collect)]
#![feature(let_chains)]
#![feature(rustdoc_internals)]
Expand Down

0 comments on commit cfeee7b

Please sign in to comment.