Don't inline the gemtext docs
This commit is contained in:
parent
ffc86af284
commit
fb4a33685b
|
@ -254,6 +254,7 @@ pub use types::*;
|
||||||
pub use handling::Handler;
|
pub use handling::Handler;
|
||||||
|
|
||||||
#[cfg(feature = "gemtext")]
|
#[cfg(feature = "gemtext")]
|
||||||
|
#[doc(no_inline)]
|
||||||
/// A re-export of [`gemtext::Builder`], used for building `text/gemini` documents
|
/// A re-export of [`gemtext::Builder`], used for building `text/gemini` documents
|
||||||
pub use gemtext::Builder as Gemtext;
|
pub use gemtext::Builder as Gemtext;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue