build: update to zig-0.14.0-dev.3280
This commit is contained in:
parent
9b197e7209
commit
a0514a6f7e
5 changed files with 17 additions and 15 deletions
|
|
@ -104,7 +104,7 @@ pub fn remove_all(self: *Self) void {
|
|||
}
|
||||
|
||||
pub fn pop(self: *Self) ?Widget {
|
||||
return if (self.widgets.popOrNull()) |ws| ws.widget else null;
|
||||
return if (self.widgets.pop()) |ws| ws.widget else null;
|
||||
}
|
||||
|
||||
pub fn empty(self: *const Self) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue