From 0efa5b8b868827777ce631ed55d9f74d563c0937 Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 5 Apr 2020 13:28:57 -0500 Subject: [PATCH] don't document macros module, the individual macros are still documented and the docs have an empty macros module that isn't necessary --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 8a65fc9..31b7dea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,6 +8,7 @@ pub mod game; pub mod id; pub mod logger; #[macro_use] +#[doc(hidden)] pub mod macros; pub mod player; pub mod queue;