change import to allow embedding json.zig in this project
This commit is contained in:
parent
e76eb45003
commit
dd5ad72b5a
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
// https://tools.ietf.org/html/rfc8259
|
// https://tools.ietf.org/html/rfc8259
|
||||||
|
|
||||||
const std = @import("std.zig");
|
const std = @import("std");
|
||||||
const debug = std.debug;
|
const debug = std.debug;
|
||||||
const assert = debug.assert;
|
const assert = debug.assert;
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user