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 {
7777
7878 pub const Lock = enum { None, Shared, Exclusive };
7979
80 /// TODO https://github.com/ziglang/zig/issues/3802
8180 pub const OpenFlags = struct {
8281 mode: OpenMode = .read_only,
8382
......@@ -133,7 +132,6 @@ pub const File = struct {
133132 }
134133 };
135134
136 /// TODO https://github.com/ziglang/zig/issues/3802
137135 pub const CreateFlags = struct {
138136 /// Whether the file will be created with read access.
139137 read: bool = false,