From 6d8a93c7ad2fa0cb93b7be7c0b2f1e92426891c3 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Tue, 21 Apr 2020 09:06:01 +1200 Subject: [PATCH] Hide `style` module in documentation. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 74c771f..9b925c5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -107,6 +107,7 @@ use wasm_bindgen::JsValue; const STYLE: style::Style<'static> = style::Style::default(); #[cfg(feature = "color")] +#[doc(hidden)] mod style; static LOGGER: WebConsoleLogger = WebConsoleLogger {};