Skip to content

Commit

Permalink
add i32::MAX link
Browse files Browse the repository at this point in the history
  • Loading branch information
nixphix committed Aug 30, 2020
1 parent 01d95f2 commit 7ea4c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/convert/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 7ea4c28

Please sign in to comment.