mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +00:00
autodoc: fix merge mistake
This commit is contained in:
parent
907c60aaa7
commit
e72a8ed5a1
@ -1313,14 +1313,14 @@ fn walkInstruction(
|
||||
var lhs: DocData.WalkResult = try self.walkRef(
|
||||
file,
|
||||
parent_scope,
|
||||
parent_line,
|
||||
parent_src,
|
||||
extra.data.lhs,
|
||||
false,
|
||||
);
|
||||
var rhs: DocData.WalkResult = try self.walkRef(
|
||||
file,
|
||||
parent_scope,
|
||||
parent_line,
|
||||
parent_src,
|
||||
extra.data.rhs,
|
||||
false,
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user