Skip to content

Commit 7ea4c28

Browse files
committed
add i32::MAX link
1 parent 01d95f2 commit 7ea4c28

File tree

1 file changed

+1
-0
lines changed
  • library/core/src/convert

1 file changed

+1
-0
lines changed

library/core/src/convert/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ pub trait TryInto<T>: Sized {
468468
/// assert!(try_successful_smaller_number.is_ok());
469469
/// ```
470470
///
471+
/// [`i32::MAX`]: crate::i32::MAX
471472
/// [`try_from`]: TryFrom::try_from
472473
/// [`!`]: ../../std/primitive.never.html
473474
#[stable(feature = "try_from", since = "1.34.0")]

0 commit comments

Comments
 (0)