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:
@ -75,7 +75,7 @@ where
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn address(&mut self) -> Addr<A> {
|
||||
fn address(&self) -> Addr<A> {
|
||||
self.inner.address()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user