Skip to content

Commit

Permalink
Remove unnecessary feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Sep 25, 2018
1 parent ac6871f commit 88f3b32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![cfg(not(test))]
#![feature(extern_prelude)]

extern crate env_logger;
#[macro_use]
extern crate failure;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#![allow(unused_attributes)]
#![feature(type_ascription)]
#![feature(unicode_internals)]
#![feature(extern_prelude)]
#![feature(nll)]

#[macro_use]
Expand Down

0 comments on commit 88f3b32

Please sign in to comment.