change import to allow embedding json.zig in this project

This commit is contained in:
Emil Lerch 2021-05-13 10:05:23 -07:00
parent e76eb45003
commit dd5ad72b5a
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -7,7 +7,7 @@
//
// https://tools.ietf.org/html/rfc8259
const std = @import("std.zig");
const std = @import("std");
const debug = std.debug;
const assert = debug.assert;
const testing = std.testing;