1
Fork 0

add i32::MAX link

This commit is contained in:
Prabakaran Kumaresshan 2020-08-30 17:07:50 +05:30
parent 01d95f241b
commit 7ea4c28af2

View file

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