diff options
| author | Denis Vasilik <contact@denisvasilik.com> | 2020-08-10 23:16:01 +0200 |
|---|---|---|
| committer | Denis Vasilik <contact@denisvasilik.com> | 2020-08-10 23:16:01 +0200 |
| commit | eea85814e18f7558bc28c6bdc804d6e31d3c456e (patch) | |
| tree | 7e08dac5e7fce0bdbe2e3d6e1bf39f0de08d2929 | |
| parent | f260462c32f25d34778c7702392061da2b497abb (diff) | |
| download | rust-eea85814e18f7558bc28c6bdc804d6e31d3c456e.tar.gz rust-eea85814e18f7558bc28c6bdc804d6e31d3c456e.zip | |
Use intra-doc links
| -rw-r--r-- | library/core/src/cmp.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/core/src/cmp.rs b/library/core/src/cmp.rs index a61ad087ffb..e775ded60f5 100644 --- a/library/core/src/cmp.rs +++ b/library/core/src/cmp.rs @@ -17,8 +17,8 @@ //! //! For more details, see the respective documentation of each item in the list. //! -//! [`max`]: fn.max.html -//! [`min`]: fn.min.html +//! [`max`]: Ord::max +//! [`min`]: Ord::min #![stable(feature = "rust1", since = "1.0.0")] |
