Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]
- Loading branch information
ce238d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at frewsxcv@ce238d7
ce238d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging frewsxcv/rust/unprefix-json-types = ce238d7 into auto
ce238d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
frewsxcv/rust/unprefix-json-types = ce238d7 merged ok, testing candidate = 3dd64b49
ce238d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2450
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2453
exception: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/944