feat: re-enable something

This commit is contained in:
2025-10-12 21:18:42 -05:00
parent bd02f625a5
commit 5841ecea46
3 changed files with 4 additions and 3 deletions

View File

@@ -61,4 +61,5 @@ pub fn load(allocator: Allocator, file_path: []const u8) !void {
// FIXME(2025-09-22): re-enable
// state = try tomlz.parser.decode(Config, allocator, contents);
state = .{};
}