mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +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