diff --git a/actix-rt/src/runtime.rs b/actix-rt/src/runtime.rs index 227977fc..fb0182ea 100644 --- a/actix-rt/src/runtime.rs +++ b/actix-rt/src/runtime.rs @@ -27,7 +27,6 @@ pub(crate) fn default_tokio_runtime() -> io::Result { .build() } - impl Runtime { /// Returns a new runtime initialized with default configuration values. #[allow(clippy::new_ret_no_self)]