mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40: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 {
|
pub fn main() void {
|
||||||
var narcissus: Narcissus = Narcissus {};
|
|
||||||
|
|
||||||
print("Narcissus has room in his heart for:", .{});
|
print("Narcissus has room in his heart for:", .{});
|
||||||
|
|
||||||
// Last time we examined the Narcissus struct, we had to
|
// Last time we examined the Narcissus struct, we had to
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
45c45
|
43c43
|
||||||
< ??? {
|
< ??? {
|
||||||
---
|
---
|
||||||
> inline for (fields) |field| {
|
> inline for (fields) |field| {
|
||||||
|
|
Loading…
Reference in a new issue