1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

fix service availability check

This commit is contained in:
Nikolay Kim
2018-09-13 13:32:51 -07:00
parent d50829d956
commit 2764323580
2 changed files with 3 additions and 3 deletions

View File

@@ -37,5 +37,5 @@ impl Message for StopServer {
}
/// Socket id token
#[derive(Clone, Copy)]
#[derive(Clone, Copy, Debug)]
pub(crate) struct Token(usize);