]> git.lizzy.rs Git - rust.git/commitdiff
Remove dangling ` in Into documentation
authorChris Gregory <czipperz@gmail.com>
Sat, 13 Apr 2019 15:34:42 +0000 (10:34 -0500)
committerChris Gregory <czipperz@gmail.com>
Sat, 13 Apr 2019 15:34:52 +0000 (10:34 -0500)
src/libcore/convert.rs

index dbe0d204aca8d489ee1fb66b4576bf1b9a3687f5..e981001bd6415f8bcea4d6c6523ae8d331b2844b 100644 (file)
@@ -214,7 +214,7 @@ pub trait AsMut<T: ?Sized> {
 /// # Generic Implementations
 ///
 /// - [`From`]`<T> for U` implies `Into<U> for T`
-/// - [`Into`]` is reflexive, which means that `Into<T> for T` is implemented
+/// - [`Into`] is reflexive, which means that `Into<T> for T` is implemented
 ///
 /// # Implementing `Into` for conversions to external types
 ///