From e059981757fdc17e10db75d8043002ecf613faa8 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Sun, 13 Sep 2020 10:24:30 +0300 Subject: [PATCH] Provide more info in the executor module doc-comment --- actix-rt/src/executor.rs | 1 + 1 file changed, 1 insertion(+) 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: //!