mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Remove use of nightly features
This commit is contained in:
parent
1183d28b15
commit
7a124518c3
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
#![feature(generators)]
|
|
||||||
#![feature(proc_macro_hygiene)]
|
|
||||||
#![recursion_limit = "512"]
|
#![recursion_limit = "512"]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Reference in a new issue