We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0594b39 commit 1f4e25eCopy full SHA for 1f4e25e
1 file changed
build/chmod.zig
@@ -6,7 +6,7 @@ pub fn main(init: std.process.Init) !void {
6
const io = init.io;
7
const arena = init.arena.allocator();
8
9
- var args = try init.minimal.args.iterateAllocator(arena);
+ var args = try init.minimal.args.iterate();
10
_ = args.skip();
11
while (args.next()) |path| {
12
const file = std.Io.Dir.cwd().openFile(
0 commit comments