From 0b2f2cabbe3fbe6e18cbf0f8a174b7d4789fc938 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Tue, 22 May 2012 14:10:32 -0700 Subject: Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420. --- src/libcore/future.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/future.rs b/src/libcore/future.rs index ba11138d9ae..e0321b45287 100644 --- a/src/libcore/future.rs +++ b/src/libcore/future.rs @@ -28,7 +28,7 @@ enum future = { }; #[doc = "Methods on the `future` type"] -impl future for future { +impl future for future { fn get() -> A { #[doc = "Get the value of the future"]; -- cgit 1.4.1-3-g733a5