summaryrefslogtreecommitdiffstats
path: root/src/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.rs')
-rw-r--r--src/task.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/task.rs b/src/task.rs
index 3e3de39..371078d 100644
--- a/src/task.rs
+++ b/src/task.rs
@@ -1,3 +1,5 @@
+//! Module containing `Task` type as well as trait implementations
+
use std::result::Result as RResult;
use serde::Serialize;