| ... | @@ -77,7 +77,6 @@ pub const File = struct { | ... | @@ -77,7 +77,6 @@ pub const File = struct { |
| 77 | | 77 | |
| 78 | pub const Lock = enum { None, Shared, Exclusive }; | 78 | pub const Lock = enum { None, Shared, Exclusive }; |
| 79 | | 79 | |
| 80 | /// TODO https://github.com/ziglang/zig/issues/3802 | | |
| 81 | pub const OpenFlags = struct { | 80 | pub const OpenFlags = struct { |
| 82 | mode: OpenMode = .read_only, | 81 | mode: OpenMode = .read_only, |
| 83 | | 82 | |
| ... | @@ -133,7 +132,6 @@ pub const File = struct { | ... | @@ -133,7 +132,6 @@ pub const File = struct { |
| 133 | } | 132 | } |
| 134 | }; | 133 | }; |
| 135 | | 134 | |
| 136 | /// TODO https://github.com/ziglang/zig/issues/3802 | | |
| 137 | pub const CreateFlags = struct { | 135 | pub const CreateFlags = struct { |
| 138 | /// Whether the file will be created with read access. | 136 | /// Whether the file will be created with read access. |
| 139 | read: bool = false, | 137 | read: bool = false, |