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 5c8f7f8 commit c9fa575Copy full SHA for c9fa575
src/libc_installation.zig
@@ -14,8 +14,6 @@ const log = std.log.scoped(.libc_installation);
14
15
usingnamespace @import("windows_sdk.zig");
16
17
-// TODO https://github.com/ziglang/zig/issues/6345
18
-
19
/// See the render function implementation for documentation of the fields.
20
pub const LibCInstallation = struct {
21
include_dir: ?[]const u8 = null,
0 commit comments