mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 00:24:29 +02:00
Remove some unused feature gates
This commit is contained in:
parent
8bdc715e3e
commit
6babefbb00
@ -3,8 +3,6 @@
|
|||||||
#![feature(generators)]
|
#![feature(generators)]
|
||||||
#![feature(try_trait)]
|
#![feature(try_trait)]
|
||||||
#![feature(bind_by_move_pattern_guards)]
|
#![feature(bind_by_move_pattern_guards)]
|
||||||
#![feature(box_syntax)]
|
|
||||||
#![feature(type_ascription)]
|
|
||||||
#![feature(core_intrinsics)]
|
#![feature(core_intrinsics)]
|
||||||
#![feature(option_flattening)]
|
#![feature(option_flattening)]
|
||||||
#![feature(specialization)]
|
#![feature(specialization)]
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#![feature(crate_visibility_modifier)]
|
|
||||||
#![feature(in_band_lifetimes)]
|
|
||||||
#![feature(try_trait)]
|
|
||||||
#![feature(bind_by_move_pattern_guards)]
|
|
||||||
|
|
||||||
use clap::{App, Arg};
|
use clap::{App, Arg};
|
||||||
use log::LevelFilter;
|
use log::LevelFilter;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
Loading…
Reference in New Issue
Block a user