about summary refs log tree commit diff
path: root/src/test/codegen/stack-alloc-string-slice.cc
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-11-22 13:48:01 -0500
committerCorey Farwell <coreyf@rwell.org>2014-11-26 11:19:54 -0500
commitce238d752b1e04d4aea21c0fadf420a270ed6ff9 (patch)
tree71a207c4e2d0b49af43d90d22901edc2d2edc47d /src/test/codegen/stack-alloc-string-slice.cc
parent8fb027e398ef756b7b02a270ef0304be92e70f4d (diff)
downloadrust-ce238d752b1e04d4aea21c0fadf420a270ed6ff9.tar.gz
rust-ce238d752b1e04d4aea21c0fadf420a270ed6ff9.zip
Unpublicize reexports, unprefix JSON type aliases
The type aliases json::JsonString and json::JsonObject were originally
prefixed with 'json' to prevent collisions with (at the time) the enums
json::String and json::Object respectively. Now that enum namespacing
has landed, this 'json' prefix is redundant and can be removed:

json::JsonArray -> json::Array
json::JsonObject -> json::Object

In addition, this commit also unpublicizes all of the re-exports in this
JSON module, as a part of #19253

[breaking-change]
Diffstat (limited to 'src/test/codegen/stack-alloc-string-slice.cc')
0 files changed, 0 insertions, 0 deletions