mirror of
https://github.com/nushell/nushell.git
synced 2025-01-09 15:58:17 +01:00
drop unused imports
This commit is contained in:
parent
2b99e49792
commit
151bdc8910
@ -7,7 +7,7 @@ use unicode_segmentation::UnicodeSegmentation;
|
|||||||
|
|
||||||
use nu_protocol::ast::Call;
|
use nu_protocol::ast::Call;
|
||||||
use nu_protocol::engine::{Command, EvaluationContext};
|
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;
|
pub struct Size;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user