Skip to content

Commit

Permalink
Fix stray ` in previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
czipperz committed Apr 14, 2019
1 parent 1e48da6 commit 1f5d510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f5d510

Please sign in to comment.