mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:15:20 +02:00
Fix clippy lints (#4262)
* Fix clippy lints * Fix clippy lints * Fix clippy lints
This commit is contained in:
@ -97,7 +97,7 @@ impl Executable for Director {
|
||||
.spawn()
|
||||
{
|
||||
Ok(child) => child,
|
||||
Err(why) => panic!("Can't run test {}", why.to_string()),
|
||||
Err(why) => panic!("Can't run test {}", why),
|
||||
};
|
||||
|
||||
if let Some(pipelines) = &self.pipeline {
|
||||
|
Reference in New Issue
Block a user