authorgravatar for 63465728+alichraghi@users.noreply.github.comAli Chraghi <63465728+alichraghi@users.noreply.github.com> 2022-03-15 12:35:28+03:30
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-03-15 13:49:41-04:00
log47e004d975669fea1297224e33a868742178c4b4
treee07dfd1bf283aebadb26bcb0a02848f7848c4c80
parent9bb19a090ea1d1d47b214974d5e18e11ef4adb85

remove TODO


1 files changed, 0 insertions(+), 2 deletions(-)

lib/std/fs/file.zig-2
...@@ -77,7 +77,6 @@ pub const File = struct {...@@ -77,7 +77,6 @@ pub const File = struct {
7777
78 pub const Lock = enum { None, Shared, Exclusive };78 pub const Lock = enum { None, Shared, Exclusive };
7979
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,
8382
...@@ -133,7 +132,6 @@ pub const File = struct {...@@ -133,7 +132,6 @@ pub const File = struct {
133 }132 }
134 };133 };
135134
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,