Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused feature gate from librustc_incremental
  • Loading branch information
bjorn3 committed Feb 7, 2020
1 parent 3e61d52 commit d252791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_incremental/lib.rs
Expand Up @@ -3,7 +3,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![feature(specialization)]
#![recursion_limit = "256"]

#[macro_use]
Expand Down

0 comments on commit d252791

Please sign in to comment.