drop unused imports

This commit is contained in:
xiuxiu62 2021-10-12 14:56:29 -07:00
parent 2b99e49792
commit 151bdc8910

View file

@ -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;