From bd9d08414c1922bb980e1acbe7025045ddb81455 Mon Sep 17 00:00:00 2001 From: djairoh Date: Thu, 11 May 2023 22:45:21 +0200 Subject: [PATCH] forgor one line of documentation --- src/structs/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structs/mod.rs b/src/structs/mod.rs index 2d1458b..a321e87 100644 --- a/src/structs/mod.rs +++ b/src/structs/mod.rs @@ -1,3 +1,4 @@ +//! This module contains all files which deal with structs used in the program pub mod config; pub mod data; pub mod cli; \ No newline at end of file