Revert broken link
This commit is contained in:
parent
3c2eb18b9b
commit
c4923419c2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ pub fn spin_loop() {
|
||||||
/// An identity function that *__hints__* to the compiler to be maximally pessimistic about what
|
/// An identity function that *__hints__* to the compiler to be maximally pessimistic about what
|
||||||
/// `black_box` could do.
|
/// `black_box` could do.
|
||||||
///
|
///
|
||||||
/// [`std::convert::identity`]: crate::convert::identity
|
/// [`std::convert::identity`]: https://doc.rust-lang.org/core/convert/fn.identity.html
|
||||||
///
|
///
|
||||||
/// Unlike [`std::convert::identity`], a Rust compiler is encouraged to assume that `black_box` can
|
/// Unlike [`std::convert::identity`], a Rust compiler is encouraged to assume that `black_box` can
|
||||||
/// use `x` in any possible valid way that Rust code is allowed to without introducing undefined
|
/// use `x` in any possible valid way that Rust code is allowed to without introducing undefined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue