We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e48da6 commit 1f5d510Copy full SHA for 1f5d510
src/libcore/convert.rs
@@ -305,7 +305,7 @@ pub trait Into<T>: Sized {
305
///
306
/// # Generic Implementations
307
308
-/// - `From<T>` for U` implies [`Into`]`<U> for T`
+/// - `From<T> for U` implies [`Into`]`<U> for T`
309
/// - `From` is reflexive, which means that `From<T> for T` is implemented
310
311
/// # Examples
0 commit comments