make DbgFormatter an unexposed implementation detail

This commit is contained in:
Brendan Hansknecht 2023-12-03 11:54:20 -08:00
parent 22c5241e41
commit e5a0af5699
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
7 changed files with 54 additions and 68 deletions

View file

@ -1631,8 +1631,7 @@ define_builtins! {
31 INSPECT_APPLY: "apply"
32 INSPECT_TO_INSPECTOR: "toInspector"
33 INSPECT_NAT: "nat"
34 INSPECT_DBG_FORMATTER: "DbgFormatter" exposed_type=true
35 INSPECT_TO_DBG_STR: "toDbgStr"
34 INSPECT_TO_STR: "toStr"
}
15 JSON: "TotallyNotJson" => {
0 JSON_JSON: "TotallyNotJson"