mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Some cleanups for clippy (#5266)
This commit is contained in:
@ -40,8 +40,3 @@ fn invalid_input_fails() {
|
||||
|
||||
assert!(actual.err.contains("pipeline_mismatch"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn scratch() {
|
||||
assert!(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user