perlmod: make proc macro documentation inline

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-10 10:50:45 +01:00
parent 8b8dd4a9c6
commit 42f7a45b8d

View File

@ -26,4 +26,5 @@ pub mod value;
pub use value::Value;
#[cfg(feature = "exporter")]
#[doc(inline)]
pub use perlmod_macro::{export, make_package, package};