1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-20 08:50:32 +01:00
This commit is contained in:
Akos Vandra 2022-10-10 17:57:36 +02:00
parent 845b465f65
commit 234758cd55

View File

@ -27,7 +27,6 @@ pub(crate) fn default_tokio_runtime() -> io::Result<tokio::runtime::Runtime> {
.build()
}
impl Runtime {
/// Returns a new runtime initialized with default configuration values.
#[allow(clippy::new_ret_no_self)]