Commit 65b9fae4f8

tgschultz <tgschultz@gmail.com>
2018-10-23 21:55:00
fix error where "std" isn't found in meta/trait
1 parent b480118
Changed files (1)
std
std/meta/index.zig
@@ -1,4 +1,4 @@
-const std = @import("std");
+const std = @import("../index.zig");
 const builtin = @import("builtin");
 const debug = std.debug;
 const mem = std.mem;