]> git.lizzy.rs Git - rust.git/commit
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)
commitdfaad04b7a14012ac282269eacfb51b4e97673c1
treed0c2b4859219283c538959184223d225076fa4d2
parent8d8f41b75f9bec7c7676122f85e049e7d7933298
parent1919b12775ca45e8f5bb4b7540ebfa3d100f5bf6
auto merge of #19365 : frewsxcv/rust/getopts-cleanup, r=alexcrichton

* 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]