1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

work around to rust#62127

This commit is contained in:
Nikolay Kim
2019-11-26 10:14:21 +06:00
parent 4546774f4e
commit f5aecdee8f
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
//! A runtime implementation that runs everything on the current thread.
#[cfg(not(test))] // Work around for rust-lang/rust#62127
pub use actix_macros::{main, test};
mod arbiter;