Skip to content

Commit

Permalink
Remove unused feature gates from libsyntax_pos
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Feb 7, 2020
1 parent 9d6bdcc commit 91d01e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustc_span/lib.rs
Expand Up @@ -8,9 +8,6 @@
#![feature(crate_visibility_modifier)]
#![feature(nll)]
#![feature(optin_builtin_traits)]
#![feature(rustc_attrs)]
#![feature(specialization)]
#![feature(step_trait)]

use rustc_data_structures::AtomicRef;
use rustc_macros::HashStable_Generic;
Expand Down

0 comments on commit 91d01e7

Please sign in to comment.