forked from mirror/vulkan-zig
Merge pull request #201 from i-pj/fix-issue-200
Format function signature
This commit is contained in:
@@ -59,8 +59,6 @@ const preamble =
|
||||
\\ return struct {
|
||||
\\ pub fn format(
|
||||
\\ self: FlagsType,
|
||||
\\ comptime _: []const u8,
|
||||
\\ _: std.fmt.FormatOptions,
|
||||
\\ writer: anytype,
|
||||
\\ ) !void {
|
||||
\\ try writer.writeAll(@typeName(FlagsType) ++ "{");
|
||||
|
||||
Reference in New Issue
Block a user