From d8822742845fbb70de4d9cf07732058a1e7eeacb Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 11 Oct 2012 14:17:24 -0700 Subject: Remove Copy bound from std::timer::delayed_send Closes #3717 --- src/libstd/timer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/timer.rs b/src/libstd/timer.rs index c9c28c4e1f0..cc62e32608b 100644 --- a/src/libstd/timer.rs +++ b/src/libstd/timer.rs @@ -23,7 +23,7 @@ use comm = core::comm; * * ch - a channel of type T to send a `val` on * * val - a value of type T to send over the provided `ch` */ -pub fn delayed_send(iotask: IoTask, +pub fn delayed_send(iotask: IoTask, msecs: uint, ch: comm::Chan, val: T) { unsafe { let timer_done_po = core::comm::Port::<()>(); -- cgit 1.4.1-3-g733a5