| author | |
| committer | |
| log | 65c943671e409422e187b25f33a8f898ef5c676e |
| tree | 43ce880580edfcfb2aeee4e3f18f074caffd5770 |
| parent | a61678b7549d0113ea30f269b30ccb8e44dc978b |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/os/uefi/protocol/file.zig-1| ... | ... | @@ -316,7 +316,6 @@ pub const File = extern struct { |
| 316 | 316 | read = @bitCast(Bits{ .read = true }), |
| 317 | 317 | read_write = @bitCast(Bits{ .read = true, .write = true }), |
| 318 | 318 | read_write_create = @bitCast(Bits{ .read = true, .write = true, .create = true }), |
| 319 | _, | |
| 320 | 319 | }; |
| 321 | 320 | |
| 322 | 321 | pub const Attributes = packed struct(u64) { |