mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
drop unused imports
This commit is contained in:
parent
2b99e49792
commit
151bdc8910
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use unicode_segmentation::UnicodeSegmentation;
|
|||
|
||||
use nu_protocol::ast::Call;
|
||||
use nu_protocol::engine::{Command, EvaluationContext};
|
||||
use nu_protocol::{Example, ShellError, Signature, Span, Spanned, Type, Value};
|
||||
use nu_protocol::{ShellError, Signature, Span, Spanned, Type, Value};
|
||||
|
||||
pub struct Size;
|
||||
|
||||
|
|
Loading…
Reference in a new issue