diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index fbd0b948b82..80e259685ab 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -451,7 +451,7 @@ impl From for Box { } #[stable(feature = "pin", since = "1.33.0")] -impl From> for Pin> { +impl From> for Pin> { /// Converts a `Box` into a `Pin>` /// /// This conversion does not allocate on the heap and happens in place.