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 bb80b0e commit 5850c63Copy full SHA for 5850c63
1 file changed
src/main.zig
@@ -3,7 +3,6 @@ const builtin = @import("builtin");
3
const Fuzzer = @import("Fuzzer.zig");
4
const Mode = @import("mode.zig").Mode;
5
const ModeName = @import("mode.zig").ModeName;
6
-const client = @import("Client.zig");
7
8
fn loadEnv(allocator: std.mem.Allocator) !std.process.EnvMap {
9
var envmap: std.process.EnvMap = std.process.getEnvMap(allocator) catch .init(allocator);
0 commit comments