Fix clippy warnings and make them all errors
This commit is contained in:
@@ -45,7 +45,7 @@ pub(super) fn apply_modification<W: WriteColor>(
|
||||
task.remove_tag(&tag)?;
|
||||
}
|
||||
|
||||
write!(w, "modified task {}\n", task.get_uuid())?;
|
||||
writeln!(w, "modified task {}", task.get_uuid())?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user