]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #19365 : frewsxcv/rust/getopts-cleanup, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 30 Nov 2014 06:56:41 +0000 (06:56 +0000)
committerbors <bors@rust-lang.org>
Sun, 30 Nov 2014 06:56:41 +0000 (06:56 +0000)
* Remove public reexports, as a part of #19253
* Rename getopts::Fail_ to getopts::Fail
 * Didn't see a reason for the suffixed '_'
* Removed getopts::FailType
 * Looked like it was only beings used for tests; refactored the tests
   to stop requiring it
* A few other non-breaking trivial refactoring changes

[breaking-change]


Trivial merge