Some cleanups for clippy (#5266)

This commit is contained in:
JT
2022-04-21 12:08:12 +12:00
committed by GitHub
parent d1cc70fc4a
commit ded9d1cedb
2 changed files with 11 additions and 19 deletions

View File

@ -40,8 +40,3 @@ fn invalid_input_fails() {
assert!(actual.err.contains("pipeline_mismatch"));
}
#[test]
fn scratch() {
assert!(true);
}