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