From 71a85249ea9fa78efb1e07cda9eedddb9317c59a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 7 Jul 2022 18:22:21 +0300 Subject: [PATCH] ci: fix failing `./v -W build-tools` --- vlib/v/fmt/struct.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/v/fmt/struct.v b/vlib/v/fmt/struct.v index b31dd2235e..0af6423507 100644 --- a/vlib/v/fmt/struct.v +++ b/vlib/v/fmt/struct.v @@ -34,7 +34,6 @@ pub fn (mut f Fmt) struct_decl(node ast.StructDecl, is_anon bool) { for i, field in node.fields { ft := f.no_cur_mod(f.table.type_to_str_using_aliases(field.typ, f.mod2alias)) // Handle anon structs recursively - sym := f.table.sym(field.typ) field_types << ft attrs_len := inline_attrs_len(field.attrs) end_pos := field.pos.pos + field.pos.len