1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-10 01:06:03 +02:00

No unused locals

This commit is contained in:
Dave Gauer 2021-06-30 19:39:36 -04:00
parent f072562102
commit 7b37431b6b
2 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,6 @@ const Narcissus = struct {
};
pub fn main() void {
var narcissus: Narcissus = Narcissus {};
print("Narcissus has room in his heart for:", .{});
// Last time we examined the Narcissus struct, we had to

View File

@ -1,4 +1,4 @@
45c45
43c43
< ??? {
---
> inline for (fields) |field| {