std.zig.ast: fixed none compiling code
parent
db9a9f3a6c
commit
b9cccce26d
|
@ -566,7 +566,6 @@ pub const NodeFnProto = struct {
|
||||||
if (i < 1) return node;
|
if (i < 1) return node;
|
||||||
i -= 1;
|
i -= 1;
|
||||||
},
|
},
|
||||||
ReturnType.Infer => {},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self.align_expr) |align_expr| {
|
if (self.align_expr) |align_expr| {
|
||||||
|
|
Loading…
Reference in New Issue