mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
remove warnings (#3137)
This commit is contained in:
@ -109,7 +109,7 @@ impl WholeStreamCommand for PluginFilter {
|
||||
}
|
||||
|
||||
async fn run(&self, args: CommandArgs) -> Result<OutputStream, ShellError> {
|
||||
run_filter(self.path.clone(), (args)).await
|
||||
run_filter(self.path.clone(), args).await
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user