Skip to content

Commit 65b9fae

Browse files
tgschultzandrewrk
authored andcommitted
fix error where "std" isn't found in meta/trait
1 parent b480118 commit 65b9fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/meta/index.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 debug = std.debug;
44
const mem = std.mem;

0 commit comments

Comments
 (0)