mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Removed commented out code.
This commit is contained in:
parent
7913ae76f8
commit
7427ea51df
1 changed files with 0 additions and 2 deletions
|
@ -1,9 +1,7 @@
|
|||
use crate::commands::WholeStreamCommand;
|
||||
// use crate::data::{Dictionary, Value};
|
||||
use crate::errors::ShellError;
|
||||
use crate::parser::registry::Signature;
|
||||
use crate::prelude::*;
|
||||
// use indexmap::IndexMap;
|
||||
|
||||
pub struct PWD;
|
||||
|
||||
|
|
Loading…
Reference in a new issue