Registry: Structs

This commit is contained in:
Robin Voetter
2020-01-23 00:06:40 +01:00
parent 1d3f80c6a9
commit ab84fa591c
2 changed files with 33 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ pub fn main() !void {
const registry = reg.generate(std.heap.page_allocator, spec.root);
defer registry.deinit();
// registry.dump();
registry.dump();
}
test "main" {