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

use explicit actix:: mod

This commit is contained in:
Nikolay Kim
2018-01-03 19:11:40 -08:00
parent e439d0546b
commit bf11bfed8e
11 changed files with 12 additions and 12 deletions

View File

@ -218,7 +218,7 @@ fn main() {
// Subscribe to unix signals
#[cfg(unix)]
{
let signals = Arbiter::system_registry().get::<ProcessSignals>();
let signals = actix::Arbiter::system_registry().get::<ProcessSignals>();
signals.send(Subscribe(addr.subscriber()));
}