diff --git a/lib/std/zig.zig b/lib/std/zig.zig index a195889d77..1437fee2e6 100644 --- a/lib/std/zig.zig +++ b/lib/std/zig.zig @@ -911,8 +911,4 @@ test { _ = primitives; _ = string_literal; _ = system; - - // This is not standard library API; it is the standalone executable - // implementation of `zig fmt`. - _ = @import("zig/fmt.zig"); }