mirror of
https://github.com/nushell/nushell
synced 2024-11-11 23:47:07 +00:00
remove unused imports on match plugin
This commit is contained in:
parent
9fb9adb6b4
commit
be51aad9ad
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue