mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
OpenMode is exhaustive
This commit is contained in:
parent
a61678b754
commit
65c943671e
1 changed files with 0 additions and 1 deletions
|
|
@ -316,7 +316,6 @@ pub const File = extern struct {
|
|||
read = @bitCast(Bits{ .read = true }),
|
||||
read_write = @bitCast(Bits{ .read = true, .write = true }),
|
||||
read_write_create = @bitCast(Bits{ .read = true, .write = true, .create = true }),
|
||||
_,
|
||||
};
|
||||
|
||||
pub const Attributes = packed struct(u64) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue