Fix stray ` in previous change
This commit is contained in:
parent
1e48da6c81
commit
1f5d510604
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ pub trait Into<T>: Sized {
|
|||
///
|
||||
/// # Generic Implementations
|
||||
///
|
||||
/// - `From<T>` for U` implies [`Into`]`<U> for T`
|
||||
/// - `From<T> for U` implies [`Into`]`<U> for T`
|
||||
/// - `From` is reflexive, which means that `From<T> for T` is implemented
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue