We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f688bee commit 7d30366Copy full SHA for 7d30366
library/core/src/result.rs
@@ -1289,7 +1289,7 @@ impl<T> Result<T, T> {
1289
/// cases where you don't care if the result was `Ok` or not.
1290
///
1291
/// [`Atomic*::compare_exchange`]: crate::sync::atomic::AtomicBool::compare_exchange
1292
- /// [binary_search]: ../primitive.slice.html#method.binary_search
+ /// [binary_search]: ../../std/primitive.slice.html#method.binary_search
1293
1294
/// # Examples
1295
0 commit comments