We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b480118 commit 65b9faeCopy full SHA for 65b9fae
std/meta/index.zig
@@ -1,4 +1,4 @@
1
-const std = @import("std");
+const std = @import("../index.zig");
2
const builtin = @import("builtin");
3
const debug = std.debug;
4
const mem = std.mem;
0 commit comments