From 16840d0e5aa62e009e899fe1a86b3871ec027f9c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 8 Sep 2024 01:44:42 +0200 Subject: [PATCH] docs: fix #104 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 307f723..81c6111 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,6 @@ //! `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. #![warn(clippy::pedantic, clippy::style, clippy::nursery)] -#[cfg_attr(docsrs, doc(cfg(feature = "full")))] #[cfg(feature = "bintols")] pub use libpt_bintols as bintols; #[cfg(feature = "cli")]