Fix doc link for slice::binary_search
This commit is contained in:
parent
f688bee4ec
commit
7d303661cd
1 changed files with 1 additions and 1 deletions
|
@ -1289,7 +1289,7 @@ impl<T> Result<T, T> {
|
|||
/// cases where you don't care if the result was `Ok` or not.
|
||||
///
|
||||
/// [`Atomic*::compare_exchange`]: crate::sync::atomic::AtomicBool::compare_exchange
|
||||
/// [binary_search]: ../primitive.slice.html#method.binary_search
|
||||
/// [binary_search]: ../../std/primitive.slice.html#method.binary_search
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue