Remove dangling ` in Into documentation
This commit is contained in:
parent
eba03d462e
commit
6bf94cd3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ pub trait AsMut<T: ?Sized> {
|
|||
/// # Generic Implementations
|
||||
///
|
||||
/// - [`From`]`<T> for U` implies `Into<U> for T`
|
||||
/// - [`Into`]` is reflexive, which means that `Into<T> for T` is implemented
|
||||
/// - [`Into`] is reflexive, which means that `Into<T> for T` is implemented
|
||||
///
|
||||
/// # Implementing `Into` for conversions to external types
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue