mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:06:08 +02:00
Clippy fixes for new Rust version (#3392)
This commit is contained in:
@ -19,6 +19,6 @@ impl Plugin for Start {
|
||||
}
|
||||
fn begin_filter(&mut self, call_info: CallInfo) -> Result<Vec<ReturnValue>, ShellError> {
|
||||
self.parse(call_info)?;
|
||||
self.exec().map(|_| vec![])
|
||||
self.exec().map(|_| Vec::new())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user