1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

use new actix system api

This commit is contained in:
Nikolay Kim
2018-05-29 10:31:37 -07:00
parent fb582a6bca
commit ecd05662c0
13 changed files with 173 additions and 165 deletions

View File

@ -75,7 +75,7 @@ where
}
#[inline]
fn address(&mut self) -> Addr<A> {
fn address(&self) -> Addr<A> {
self.inner.address()
}
}