diff options
| author | Chris Gregory <czipperz@gmail.com> | 2019-04-13 21:23:31 -0500 |
|---|---|---|
| committer | Chris Gregory <czipperz@gmail.com> | 2019-04-13 21:23:31 -0500 |
| commit | 1f5d510604be553906cdcbb2eddaf5277faf543d (patch) | |
| tree | 0a999ee0bcc06764f21999d1870ca4919b67e66c | |
| parent | 1e48da6c81ba407b83189adff90abbd224dc1b62 (diff) | |
| download | rust-1f5d510604be553906cdcbb2eddaf5277faf543d.tar.gz rust-1f5d510604be553906cdcbb2eddaf5277faf543d.zip | |
Fix stray ` in previous change
| -rw-r--r-- | src/libcore/convert.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/convert.rs b/src/libcore/convert.rs index df178e0ff0a..9da1c02dea0 100644 --- a/src/libcore/convert.rs +++ b/src/libcore/convert.rs @@ -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 |
