Skip to content

Commit 6471bd5

Browse files
authored
Add missing link to Infallible in TryFrom doc
1 parent 38798c6 commit 6471bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/convert.rs

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ pub trait TryInto<T>: Sized {
477477
/// [`TryInto`]: trait.TryInto.html
478478
/// [`i32::MAX`]: ../../std/i32/constant.MAX.html
479479
/// [`!`]: ../../std/primitive.never.html
480+
/// [`Infallible`]: enum.Infallible.html
480481
#[stable(feature = "try_from", since = "1.34.0")]
481482
pub trait TryFrom<T>: Sized {
482483
/// The type returned in the event of a conversion error.

0 commit comments

Comments
 (0)