mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
drop unused imports
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user