Skip to content
Snippets Groups Projects

Ablation schedules

Merged rarbore2 requested to merge ablation into main
@@ -318,7 +318,6 @@ pub fn unforkify(
edit.sub_edit(fork, neq_id);
edit.sub_edit(fork, add_id);
edit = edit.delete_node(fork)?;
edit = edit.delete_node(join)?;
for tid in tids {
Loading