| author | |
| committer | |
| log | 268edce862b3bcd0df7ff0efaeb533e95139bc60 |
| tree | e6826b74d28720cf4b30faa6b4b6228e69929d0f |
| parent | 42b2fb4c5d9be18aa38b1c4ecea2fe59f1c2dba1 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Autodoc.zig+1-1| ... | ... | @@ -567,7 +567,7 @@ const DocData = struct { |
| 567 | 567 | fieldRef: FieldRef, |
| 568 | 568 | refPath: []Expr, |
| 569 | 569 | int: struct { |
| 570 | value: usize, // direct value | |
| 570 | value: u64, // direct value | |
| 571 | 571 | negated: bool = false, |
| 572 | 572 | }, |
| 573 | 573 | int_big: struct { |