remove unused imports on match plugin

This commit is contained in:
rnxypke 2019-10-02 22:24:37 +02:00
parent 9fb9adb6b4
commit be51aad9ad

View file

@ -1,8 +1,7 @@
use nu::{
serve_plugin, CallInfo, CoerceInto, Plugin, Primitive, ReturnSuccess, ReturnValue, ShellError,
Signature, SyntaxShape, Tagged, TaggedItem, Value, EvaluatedArgs,
serve_plugin, CallInfo, Plugin, Primitive, ReturnSuccess, ReturnValue, ShellError,
Signature, SyntaxShape, Tagged, Value,
};
use indexmap::IndexMap;
use regex::Regex;
struct Match {