Skip to content

Commit 7d30366

Browse files
committed
Fix doc link for slice::binary_search
1 parent f688bee commit 7d30366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/result.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ impl<T> Result<T, T> {
12891289
/// cases where you don't care if the result was `Ok` or not.
12901290
///
12911291
/// [`Atomic*::compare_exchange`]: crate::sync::atomic::AtomicBool::compare_exchange
1292-
/// [binary_search]: ../primitive.slice.html#method.binary_search
1292+
/// [binary_search]: ../../std/primitive.slice.html#method.binary_search
12931293
///
12941294
/// # Examples
12951295
///

0 commit comments

Comments
 (0)