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