authorgravatar for mail@isaacfreund.comIsaac Freund <mail@isaacfreund.com> 2021-02-23 19:18:36+01:00
committergravatar for mail@isaacfreund.comIsaac Freund <mail@isaacfreund.com> 2021-02-23 19:18:36+01:00
log6b9f19a6449b0fe5dce835590fcd6d13b5c785c4
treedf6f10971aa567954c43f9a88ddc927a4fb7a5ca
parent0f24b61ed543ad4879c5f9ef607bd856ce016f75
signaturelock-open Commit is signed but in an unrecognized format.

zig fmt: remove stray std.debug.print()


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

lib/std/zig/render.zig+1-3
...@@ -1416,9 +1416,7 @@ fn renderFnProto(gpa: *Allocator, ais: *Ais, tree: ast.Tree, fn_proto: ast.full....@@ -1416,9 +1416,7 @@ fn renderFnProto(gpa: *Allocator, ais: *Ais, tree: ast.Tree, fn_proto: ast.full.
1416 continue;1416 continue;
1417 },1417 },
1418 .r_paren => break,1418 .r_paren => break,
1419 else => {1419 else => unreachable,
1420 std.debug.print("\n{}\n", .{token_tags[last_param_token]});
1421 },
1422 }1420 }
1423 if (token_tags[last_param_token] == .identifier) {1421 if (token_tags[last_param_token] == .identifier) {
1424 try renderToken(ais, tree, last_param_token, .none); // name1422 try renderToken(ais, tree, last_param_token, .none); // name