From c95a9191075d620f2fb0c973a767ba3d630cd2f5 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 3 Mar 2024 18:19:36 +0100 Subject: [PATCH] docs rs attribute --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index da1c5bf..662b08b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,6 +5,7 @@ //! //! `pt` is a project consisting of multiple smaller crates, all bundled together in this //! "main crate". Most crates will only show up if you activate their feature. +#[cfg_attr(docsrs, doc(cfg(feature = "full")))] #[cfg(feature = "bintols")] pub use libpt_bintols as bintols;