forked from extern/nushell
Fix latest clippy warnings (#3049)
This commit is contained in:
@ -187,6 +187,6 @@ mod tests {
|
||||
fn examples_work_as_expected() -> Result<(), ShellError> {
|
||||
use crate::examples::test as test_examples;
|
||||
|
||||
Ok(test_examples(SubCommand {})?)
|
||||
test_examples(SubCommand {})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user