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::{ use nu::{
serve_plugin, CallInfo, CoerceInto, Plugin, Primitive, ReturnSuccess, ReturnValue, ShellError, serve_plugin, CallInfo, Plugin, Primitive, ReturnSuccess, ReturnValue, ShellError,
Signature, SyntaxShape, Tagged, TaggedItem, Value, EvaluatedArgs, Signature, SyntaxShape, Tagged, Value,
}; };
use indexmap::IndexMap;
use regex::Regex; use regex::Regex;
struct Match { struct Match {