remove unused unused variables

This commit is contained in:
Robin Voetter
2022-09-24 00:34:46 +02:00
parent 5b5b7d047f
commit 977b4ca5f4
2 changed files with 1 additions and 9 deletions

View File

@@ -1052,7 +1052,7 @@ fn Renderer(comptime WriterType: type) type {
\\ .Struct = .{{
\\ .layout = .Auto,
\\ .fields = &fields,
\\ .decls = &[_]std.builtin.TypeInfo.Declaration{{}},
\\ .decls = &[_]std.builtin.Type.Declaration{{}},
\\ .is_tuple = false,
\\ }},
\\ }});