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 eba03d4 commit 6bf94cdCopy full SHA for 6bf94cd
src/libcore/convert.rs
@@ -214,7 +214,7 @@ pub trait AsMut<T: ?Sized> {
214
/// # Generic Implementations
215
///
216
/// - [`From`]`<T> for U` implies `Into<U> for T`
217
-/// - [`Into`]` is reflexive, which means that `Into<T> for T` is implemented
+/// - [`Into`] is reflexive, which means that `Into<T> for T` is implemented
218
219
/// # Implementing `Into` for conversions to external types
220
0 commit comments