Skip to content

Commit bac4a5c

Browse files
committed
std: remove a solved TODO comment
1 parent 353121d commit bac4a5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/std/fs.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ pub fn copyFileAbsolute(source_path: []const u8, dest_path: []const u8, args: Co
150150
return Dir.copyFile(my_cwd, source_path, my_cwd, dest_path, args);
151151
}
152152

153-
/// TODO update this API to avoid a getrandom syscall for every operation.
154153
pub const AtomicFile = struct {
155154
file: File,
156155
// TODO either replace this with rand_buf or use []u16 on Windows

0 commit comments

Comments
 (0)