From 5e3a5602994287cd3ea5feb1e23af9043b63abdf Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Thu, 3 Jan 2019 21:03:29 +0100 Subject: Allow converting Box -> Pin> --- src/liballoc/boxed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') 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. -- cgit 1.4.1-3-g733a5