mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 02:10:28 +02:00
Streams are wired up pairwise
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#![feature(in_band_lifetimes)]
|
||||
#![feature(async_await)]
|
||||
#![feature(try_trait)]
|
||||
#![feature(bind_by_move_pattern_guards)]
|
||||
|
||||
mod cli;
|
||||
mod commands;
|
||||
|
Reference in New Issue
Block a user