Checkpoint

This commit is contained in:
Nathan Sobo
2023-09-14 16:19:48 -06:00
parent b30bb56483
commit 1f9b52d5e1
+1 -1
View File
@@ -28,7 +28,7 @@ impl TaffyLayoutEngine {
}
pub fn layout(&mut self, id: LayoutId) -> Result<Layout> {
todo!()
Ok(self.0.layout(id).map(Into::into)?)
}
}