From: Chris Gregory Date: Sat, 13 Apr 2019 15:34:42 +0000 (-0500) Subject: Remove dangling ` in Into documentation X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=6bf94cd3ff4af69c8128fb64d28a60f6c9385c19;p=rust.git Remove dangling ` in Into documentation --- diff --git a/src/libcore/convert.rs b/src/libcore/convert.rs index dbe0d204aca..e981001bd64 100644 --- a/src/libcore/convert.rs +++ b/src/libcore/convert.rs @@ -214,7 +214,7 @@ pub trait AsMut { /// # Generic Implementations /// /// - [`From`]` for U` implies `Into for T` -/// - [`Into`]` is reflexive, which means that `Into for T` is implemented +/// - [`Into`] is reflexive, which means that `Into for T` is implemented /// /// # Implementing `Into` for conversions to external types ///