refact: add todo

This commit is contained in:
steven-omaha
2024-04-09 19:29:56 +02:00
parent 2b1e985f2f
commit 4283db61fa
@@ -49,6 +49,9 @@ impl ToDoPerBackend {
.context("removing packages")
}
/// # Todo
///
/// refactor this! preferably inline it to all callers
fn handle_backend_command<'a, F>(
&'a self,
func: F,