Alex Crichton 36372b929e std: Export BinarySearchResult
At the same time remove the `pub use` of the variants in favor of accessing
through the enum type itself. This is a breaking change as the `Found` and
`NotFound` variants must now be imported through `BinarySearchResult` instead of
just `std::slice`.

[breaking-change]
Closes #19272
2014-11-24 15:54:14 -08:00
..
2014-11-18 20:22:13 -08:00
2014-11-19 12:53:23 -05:00
2014-11-17 14:35:27 -05:00
2014-11-20 00:05:00 -08:00
2014-11-18 21:16:22 -08:00
2014-11-20 00:05:00 -08:00
2014-11-20 23:45:42 +05:30
2014-11-22 22:13:00 -05:00
2014-11-24 15:54:14 -08:00