diff options
| author | Prabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com> | 2020-08-30 17:07:50 +0530 |
|---|---|---|
| committer | Prabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com> | 2020-08-30 17:07:50 +0530 |
| commit | 7ea4c28af238883884deddbe5c411d01355fd12b (patch) | |
| tree | 632bd80b2a4a907abf252cf99070d3eb1583b996 | |
| parent | 01d95f241bfe4c4c1550beaf81b7c7df007696a9 (diff) | |
| download | rust-7ea4c28af238883884deddbe5c411d01355fd12b.tar.gz rust-7ea4c28af238883884deddbe5c411d01355fd12b.zip | |
add i32::MAX link
| -rw-r--r-- | library/core/src/convert/mod.rs | 1 |
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")] |
