We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3964a55 commit 9abde64Copy full SHA for 9abde64
src/libcore/convert/mod.rs
@@ -291,7 +291,7 @@ pub trait Into<T>: Sized {
291
/// [`Into`].
292
///
293
/// One should always prefer implementing `From` over [`Into`]
294
-/// because implementing `From` automatically provides one with a implementation of [`Into`]
+/// because implementing `From` automatically provides one with an implementation of [`Into`]
295
/// thanks to the blanket implementation in the standard library.
296
297
/// Only implement [`Into`] if a conversion to a type outside the current crate is required.
0 commit comments