mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
std::ascii moved into std::core::ascii. Old _m variants are deprecated, as is uint methods.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
// a copy of which can be found in the LICENSE_STDLIB file.
|
||||
module std::encoding::json;
|
||||
import std::io;
|
||||
import std::ascii;
|
||||
import std::collections::object;
|
||||
|
||||
faultdef UNEXPECTED_CHARACTER, INVALID_ESCAPE_SEQUENCE, DUPLICATE_MEMBERS, INVALID_NUMBER;
|
||||
|
||||
Reference in New Issue
Block a user