Remove dangling ` in Into documentation

This commit is contained in:
Chris Gregory 2019-04-13 10:34:42 -05:00
parent eba03d462e
commit 6bf94cd3ff

View file

@ -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
///