forked from extern/nushell
remove unused imports on match plugin
This commit is contained in:
parent
9fb9adb6b4
commit
be51aad9ad
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user