mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
Remove unused import
This commit is contained in:
parent
d1f0740765
commit
357b9ccaa9
@ -13,7 +13,7 @@ pub use unit::*;
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
use crate::ast::{CellPath, PathMember, RangeInclusion};
|
||||
use crate::ast::{CellPath, PathMember};
|
||||
use crate::{span, BlockId, Span, Type};
|
||||
|
||||
use crate::ShellError;
|
||||
|
Loading…
Reference in New Issue
Block a user