We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353121d commit bac4a5cCopy full SHA for bac4a5c
1 file changed
lib/std/fs.zig
@@ -150,7 +150,6 @@ pub fn copyFileAbsolute(source_path: []const u8, dest_path: []const u8, args: Co
150
return Dir.copyFile(my_cwd, source_path, my_cwd, dest_path, args);
151
}
152
153
-/// TODO update this API to avoid a getrandom syscall for every operation.
154
pub const AtomicFile = struct {
155
file: File,
156
// TODO either replace this with rand_buf or use []u16 on Windows
0 commit comments