Don't inline the gemtext docs

This commit is contained in:
Emi Tatsuo 2020-12-11 12:12:26 -05:00
parent ffc86af284
commit fb4a33685b
Signed by: Emi
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 1 additions and 0 deletions

View File

@ -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;