add i32::MAX link
This commit is contained in:
parent
01d95f241b
commit
7ea4c28af2
1 changed files with 1 additions and 0 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue