diff --git a/actix-rt/src/executor.rs b/actix-rt/src/executor.rs index 5f27d5c2..56b96fb7 100644 --- a/actix-rt/src/executor.rs +++ b/actix-rt/src/executor.rs @@ -1,4 +1,5 @@ //! This module provides a wrapper abstraction around used executor. +//! Depending on the provided feature, a corresponding set of types / helper functions is provided. //! //! Currently supported executors: //!