mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
No unused locals
This commit is contained in:
parent
76287cad45
commit
c7b00fd83c
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
45c45
|
||||
43c43
|
||||
< ??? {
|
||||
---
|
||||
> inline for (fields) |field| {
|
||||
|
|
Loading…
Reference in a new issue