Remove unnecessary feature flag

This commit is contained in:
Nick Cameron 2018-09-25 18:23:17 +12:00
parent ac6871f376
commit 88f3b32e43
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -12,7 +12,6 @@
#![allow(unused_attributes)]
#![feature(type_ascription)]
#![feature(unicode_internals)]
#![feature(extern_prelude)]
#![feature(nll)]
#[macro_use]