Skip to content

Commit 63f9769

Browse files
tgschultzandrewrk
authored andcommitted
fix "std" not found error in meta/trait
1 parent 65b9fae commit 63f9769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/meta/trait.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const std = @import("std");
1+
const std = @import("../index.zig");
22
const builtin = @import("builtin");
33
const mem = std.mem;
44
const debug = std.debug;

0 commit comments

Comments
 (0)