Use intra-doc links

This commit is contained in:
Denis Vasilik 2020-08-10 23:16:01 +02:00
parent f260462c32
commit eea85814e1

View file

@ -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")]