cargo clippy + fmt
This commit is contained in:
parent
037768205c
commit
cf1f419fa0
|
@ -1,6 +1,6 @@
|
|||
use nu_engine::{command_prelude::*, ClosureEval};
|
||||
use nu_protocol::engine::CommandType;
|
||||
use nu_protocol::{engine::Closure, TryIntoValue};
|
||||
use nu_protocol::engine::{CommandType};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Where;
|
||||
|
|
|
@ -4,7 +4,7 @@ use nu_protocol::{
|
|||
debugger::WithoutDebug,
|
||||
engine::{Command, EngineState, Stack, UNKNOWN_SPAN_ID},
|
||||
record, Category, Example, IntoPipelineData, PipelineData, Signature, Span, SpanId, Spanned,
|
||||
SyntaxShape, Type, Value, IntoValue, TryIntoValue
|
||||
SyntaxShape, TryIntoValue, Type, Value,
|
||||
};
|
||||
use std::{collections::HashMap, fmt::Write};
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ use nu_plugin_protocol::{
|
|||
};
|
||||
use nu_protocol::{
|
||||
ast::Operator, CustomValue, IntoSpanned, PipelineData, PluginMetadata, PluginSignature,
|
||||
ShellError, Span, Spanned, Value, IntoValue, TryIntoValue
|
||||
ShellError, Span, Spanned, TryIntoValue, Value,
|
||||
};
|
||||
use std::{
|
||||
collections::{btree_map, BTreeMap},
|
||||
|
|
|
@ -17,8 +17,8 @@ use nu_plugin_protocol::{
|
|||
use nu_protocol::{
|
||||
ast::{Math, Operator},
|
||||
engine::Closure,
|
||||
ByteStreamType, CustomValue, IntoInterruptiblePipelineData, IntoSpanned, PipelineData,
|
||||
PluginMetadata, PluginSignature, ShellError, Span, Spanned, Value, IntoValue, TryIntoValue
|
||||
ByteStreamType, CustomValue, IntoInterruptiblePipelineData, IntoSpanned, IntoValue,
|
||||
PipelineData, PluginMetadata, PluginSignature, ShellError, Span, Spanned, TryIntoValue, Value,
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::{
|
||||
|
|
|
@ -12,7 +12,7 @@ use nu_plugin_protocol::{
|
|||
};
|
||||
use nu_protocol::{
|
||||
engine::Closure, Config, LabeledError, PipelineData, PluginMetadata, PluginSignature,
|
||||
ShellError, Span, Spanned, Value, IntoValue, TryIntoValue
|
||||
ShellError, Span, Spanned, TryIntoValue, Value,
|
||||
};
|
||||
use std::{
|
||||
collections::{btree_map, BTreeMap, HashMap},
|
||||
|
|
Loading…
Reference in New Issue
Block a user