summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/src/sender.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/src/sender.rs')
-rw-r--r--tokio-threadpool/src/sender.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/src/sender.rs b/tokio-threadpool/src/sender.rs
index 74da374d..30e10b04 100644
--- a/tokio-threadpool/src/sender.rs
+++ b/tokio-threadpool/src/sender.rs
@@ -136,7 +136,7 @@ impl tokio_executor::Executor for Sender {
}
}
-impl<'a> tokio_executor::Executor for &'a Sender {
+impl tokio_executor::Executor for &Sender {
fn status(&self) -> Result<(), tokio_executor::SpawnError> {
let state: pool::State = self.pool.state.load(Acquire).into();