mirror of
https://github.com/nushell/nushell.git
synced 2025-01-27 00:28:41 +01:00
remove unused imports on match plugin
This commit is contained in:
parent
9fb9adb6b4
commit
be51aad9ad
@ -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 New Issue
Block a user