about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPrabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com>2020-08-30 17:07:50 +0530
committerPrabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com>2020-08-30 17:07:50 +0530
commit7ea4c28af238883884deddbe5c411d01355fd12b (patch)
tree632bd80b2a4a907abf252cf99070d3eb1583b996
parent01d95f241bfe4c4c1550beaf81b7c7df007696a9 (diff)
downloadrust-7ea4c28af238883884deddbe5c411d01355fd12b.tar.gz
rust-7ea4c28af238883884deddbe5c411d01355fd12b.zip
add i32::MAX link
-rw-r--r--library/core/src/convert/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/convert/mod.rs b/library/core/src/convert/mod.rs
index 7849d267cca..2bfeb49b5fa 100644
--- a/library/core/src/convert/mod.rs
+++ b/library/core/src/convert/mod.rs
@@ -468,6 +468,7 @@ pub trait TryInto<T>: Sized {
 /// assert!(try_successful_smaller_number.is_ok());
 /// ```
 ///
+/// [`i32::MAX`]: crate::i32::MAX
 /// [`try_from`]: TryFrom::try_from
 /// [`!`]: ../../std/primitive.never.html
 #[stable(feature = "try_from", since = "1.34.0")]