Skip to content

Commit

Permalink
Hide style module in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Apr 20, 2020
1 parent a40b0b7 commit 6d8a93c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
Expand Down

0 comments on commit 6d8a93c

Please sign in to comment.