Add notice to legacy_json
This commit is contained in:
parent
0a8dcb9b6e
commit
9b176c5a66
@ -1,3 +1,7 @@
|
|||||||
|
// TODO This is a *very* temporary fix until a proper rewrite is made.
|
||||||
|
// See discussions in https://github.com/zigtools/zls/pull/1249
|
||||||
|
// and https://github.com/zigtools/zls/issues/1248
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const Allocator = std.mem.Allocator;
|
const Allocator = std.mem.Allocator;
|
||||||
const ParseError = std.json.ParseError;
|
const ParseError = std.json.ParseError;
|
||||||
|
Loading…
Reference in New Issue
Block a user