| author | |
| committer | |
| log | 63f9769e802894cc43e2e19d97918b1a99382d25 |
| tree | be9da5e436c79aa9cbb7b5a6f1fc9f8b72ce3331 |
| parent | 65b9fae4f8f318f6604c8f21fef73edd123aa6ef |
1 files changed, 1 insertions(+), 1 deletions(-)
std/meta/trait.zig+1-1| ... | @@ -1,4 +1,4 @@ | ... | @@ -1,4 +1,4 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("../index.zig"); |
| 2 | const builtin = @import("builtin"); | 2 | const builtin = @import("builtin"); |
| 3 | const mem = std.mem; | 3 | const mem = std.mem; |
| 4 | const debug = std.debug; | 4 | const debug = std.debug; |