Skip to content

Commit cb881d3

Browse files
pickfireJoshua Nelson
and
Joshua Nelson
authored
hint doc use intra-doc links
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 5541456 commit cb881d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/hint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub fn spin_loop() {
107107
/// extent to which it can block optimisations may vary depending upon the platform and code-gen
108108
/// backend used. Programs cannot rely on `black_box` for *correctness* in any way.
109109
///
110-
/// [`std::convert::identity`]: ../convert/fn.identity.html
110+
/// [`std::convert::identity`]: crate::convert::identity
111111
#[cfg_attr(not(miri), inline)]
112112
#[cfg_attr(miri, inline(never))]
113113
#[unstable(feature = "test", issue = "50297")]

0 commit comments

Comments
 (0)