From fb4a33685b327115db8a1f4a251481ba3be1104e Mon Sep 17 00:00:00 2001 From: Emi Tatsuo Date: Fri, 11 Dec 2020 12:12:26 -0500 Subject: [PATCH] Don't inline the gemtext docs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 96f33c1..b9ba4e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -254,6 +254,7 @@ pub use types::*; pub use handling::Handler; #[cfg(feature = "gemtext")] +#[doc(no_inline)] /// A re-export of [`gemtext::Builder`], used for building `text/gemini` documents pub use gemtext::Builder as Gemtext;