remove inline

This commit is contained in:
Timon Schelling
2025-10-08 22:04:06 +00:00
parent 9a33973e6e
commit d8a5e1f7b8
4 changed files with 6 additions and 41 deletions

View File

@@ -391,7 +391,6 @@ impl BorrowTree {
};
self.store_node(node, id, path.into());
}
ConstructionArgs::Inline(_) => unimplemented!("Inline nodes are not supported yet"),
ConstructionArgs::Nodes(ids) => {
let ids = ids.to_vec();
let construction_nodes = self.node_deps(&ids);