Skip to content

Commit 6bf94cd

Browse files
committed
Remove dangling ` in Into documentation
1 parent eba03d4 commit 6bf94cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pub trait AsMut<T: ?Sized> {
214214
/// # Generic Implementations
215215
///
216216
/// - [`From`]`<T> for U` implies `Into<U> for T`
217-
/// - [`Into`]` is reflexive, which means that `Into<T> for T` is implemented
217+
/// - [`Into`] is reflexive, which means that `Into<T> for T` is implemented
218218
///
219219
/// # Implementing `Into` for conversions to external types
220220
///

0 commit comments

Comments
 (0)