hint doc use intra-doc links
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
5541456094
commit
cb881d36ae
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ pub fn spin_loop() {
|
||||||
/// extent to which it can block optimisations may vary depending upon the platform and code-gen
|
/// extent to which it can block optimisations may vary depending upon the platform and code-gen
|
||||||
/// backend used. Programs cannot rely on `black_box` for *correctness* in any way.
|
/// backend used. Programs cannot rely on `black_box` for *correctness* in any way.
|
||||||
///
|
///
|
||||||
/// [`std::convert::identity`]: ../convert/fn.identity.html
|
/// [`std::convert::identity`]: crate::convert::identity
|
||||||
#[cfg_attr(not(miri), inline)]
|
#[cfg_attr(not(miri), inline)]
|
||||||
#[cfg_attr(miri, inline(never))]
|
#[cfg_attr(miri, inline(never))]
|
||||||
#[unstable(feature = "test", issue = "50297")]
|
#[unstable(feature = "test", issue = "50297")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue