about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-09-16 22:20:55 +0000
committerbors <bors@rust-lang.org>2017-09-16 22:20:55 +0000
commitb492405b1fcfb8243481582182a0232fb5177021 (patch)
tree87af62752eb40b41a43a5ec6ca2ba7d2951e2938 /src/rustllvm/RustWrapper.cpp
parent277476c4fb9e967ca28a7b529dbcf6b348cb787d (diff)
parente15a07ad64516b8b865ec1d0a499e360a33ace3c (diff)
downloadrust-b492405b1fcfb8243481582182a0232fb5177021.tar.gz
rust-b492405b1fcfb8243481582182a0232fb5177021.zip
Auto merge of #43989 - circuitfox:sliceext-binary-search-sig, r=alexcrichton
Remove Borrow bound from SliceExt::binary_search

#37761 added a Borrow bound to `binary_search` and `binary_search_by_key` in `core::SliceExt`, but did not add it to the methods in `std::slice`. #41590 attempted to add this bound to `std::slice` but was not merged due to breakage. This PR removes the bound in `core::SliceExt`, so that these methods will have the same signature in `core` and `std`.

Fixes #41561
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions