Show connect operation in tree

This commit is contained in:
Hanno Braun 2025-02-06 21:08:59 +01:00
parent 33e3b555f1
commit 4654699b4b

View File

@ -58,6 +58,6 @@ impl Operation for Sweep {
} }
fn children(&self) -> Vec<AnyOp> { fn children(&self) -> Vec<AnyOp> {
self.output.children() vec![self.output.to_any()]
} }
} }