Fix clippy warnings and make them all errors
This commit is contained in:
@@ -13,7 +13,7 @@ pub(crate) fn execute<W: WriteColor>(
|
||||
_ => "(no description)".to_owned(),
|
||||
};
|
||||
let t = replica.new_task(Status::Pending, description).unwrap();
|
||||
write!(w, "added task {}\n", t.get_uuid())?;
|
||||
writeln!(w, "added task {}", t.get_uuid())?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user