fix imports
This commit is contained in:
parent
382a09e413
commit
fe6479983c
|
@ -1,12 +1,12 @@
|
||||||
macro_rules! generate_tests {
|
macro_rules! generate_tests {
|
||||||
($encoder:expr) => {
|
($encoder:expr) => {
|
||||||
use nu_plugin_protocol::{
|
use nu_plugin_protocol::{
|
||||||
CallInfo, CustomValueOp, DataSource, EvaluatedCall, PipelineDataHeader,
|
CallInfo, CustomValueOp, EvaluatedCall, PipelineDataHeader,
|
||||||
PipelineMetadata, PluginCall, PluginCallResponse, PluginCustomValue, PluginInput,
|
PluginCall, PluginCallResponse, PluginCustomValue, PluginInput,
|
||||||
PluginOption, PluginOutput, StreamData,
|
PluginOption, PluginOutput, StreamData,
|
||||||
};
|
};
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
LabeledError, PluginSignature, Signature, Span, Spanned, SyntaxShape, Value,
|
DataSource, PipelineMetadata, LabeledError, PluginSignature, Signature, Span, Spanned, SyntaxShape, Value,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user