docs: fix #104
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m53s

This commit is contained in:
Christoph J. Scherr 2024-09-08 01:44:42 +02:00
parent a7d0c18f52
commit 16840d0e5a

View file

@ -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")]