mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 01:37:42 +02:00
split -server and -tls msrv and raise to 1.52 (#398)
This commit is contained in:
@ -155,6 +155,7 @@ impl System {
|
||||
pub struct SystemRunner {
|
||||
rt: Runtime,
|
||||
stop_rx: oneshot::Receiver<i32>,
|
||||
#[allow(dead_code)]
|
||||
system: System,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user