authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-06-18 21:58:45 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-06-18 21:58:45 -07:00
loge56b9fed6c0afd1c4d29bedc08c3899ffe1165e9
tree86493180a5e1548527212d70b7a999e618dda056
parent3f3641e90697546e7f8aeef365815c4ccab168b0

temporaries are now const


1 files changed, 1 insertions(+), 1 deletions(-)

yaml.zig+1-1
...@@ -179,7 +179,7 @@ pub fn parse(alloc: std.mem.Allocator, input: string) !Document {...@@ -179,7 +179,7 @@ pub fn parse(alloc: std.mem.Allocator, input: string) !Document {
179 }179 }
180 }180 }
181181
182 const p = &Parser{182 var p = Parser{
183 .alloc = alloc,183 .alloc = alloc,
184 .tokens = all_events.items,184 .tokens = all_events.items,
185 .lines = lines,185 .lines = lines,