summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-22 15:14:23 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-22 15:14:23 +0100
commit881533163593bc176a0d8c8fcce88a1fd33e596a (patch)
tree063406cda22174b8dd336927457ab3a49e0e59df
parent1ff9fff8fcbe9ed65176b491db85dfc44e30e23c (diff)
downloadsubplot-881533163593bc176a0d8c8fcce88a1fd33e596a.tar.gz
subplotlib: Do not document lazy_static in prelude
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--subplotlib/src/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/src/prelude.rs b/subplotlib/src/prelude.rs
index 68f3ec4..b037c05 100644
--- a/subplotlib/src/prelude.rs
+++ b/subplotlib/src/prelude.rs
@@ -7,7 +7,7 @@ pub use fehler::throw;
pub use fehler::throws;
// Re-export the lazy_static macro
-#[doc(inline)]
+#[doc(hidden)]
pub use lazy_static::lazy_static;
// Re-export subplotlib-derive's macros so that #[step] works