Skip to content

Commit 1f5d510

Browse files
committed
Fix stray ` in previous change
1 parent 1e48da6 commit 1f5d510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/convert.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pub trait Into<T>: Sized {
305305
///
306306
/// # Generic Implementations
307307
///
308-
/// - `From<T>` for U` implies [`Into`]`<U> for T`
308+
/// - `From<T> for U` implies [`Into`]`<U> for T`
309309
/// - `From` is reflexive, which means that `From<T> for T` is implemented
310310
///
311311
/// # Examples

0 commit comments

Comments
 (0)