Enable and fix several more clippy lints.
This commit is contained in:
@@ -54,7 +54,7 @@ impl<'a> Display for TestCommand<'a> {
|
||||
for opt in &self.options {
|
||||
write!(f, " {}", opt)?;
|
||||
}
|
||||
writeln!(f, "")
|
||||
writeln!(f)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user