mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
Remove dep import
This commit is contained in:
parent
87930ba35a
commit
b9b462ffeb
1 changed files with 1 additions and 2 deletions
|
@ -12,6 +12,7 @@ use crate::utils::FileStructure;
|
|||
use rustyline::completion::FilenameCompleter;
|
||||
use rustyline::hint::{Hinter, HistoryHinter};
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
pub struct FilesystemShell {
|
||||
crate path: String,
|
||||
completer: NuCompleter,
|
||||
|
@ -653,8 +654,6 @@ impl Shell for FilesystemShell {
|
|||
}
|
||||
#[cfg(windows)]
|
||||
{
|
||||
use crate::utils::FileStructure;
|
||||
|
||||
let mut sources: FileStructure = FileStructure::new();
|
||||
|
||||
sources.walk_decorate(&entry)?;
|
||||
|
|
Loading…
Reference in a new issue