Fix clippy warnings and make them all errors
This commit is contained in:
@@ -8,7 +8,7 @@ pub(crate) fn execute<W: WriteColor>(
|
||||
server: &mut Box<dyn Server>,
|
||||
) -> Fallible<()> {
|
||||
replica.sync(server)?;
|
||||
write!(w, "sync complete.\n")?;
|
||||
writeln!(w, "sync complete.")?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user