Add notice to legacy_json

This commit is contained in:
FalsePattern 2023-06-22 19:53:43 +02:00
parent 0a8dcb9b6e
commit 9b176c5a66
No known key found for this signature in database
GPG Key ID: FDF7126A9E124447

View File

@ -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 Allocator = std.mem.Allocator;
const ParseError = std.json.ParseError;