automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-03-03 17:20:44 +00:00 committed by github-actions[bot]
parent 5a1550829e
commit ab9029fced
1 changed files with 0 additions and 1 deletions

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.
#[cfg_attr(docsrs, doc(cfg(feature = "full")))]
#[cfg(feature = "bintols")]
pub use libpt_bintols as bintols;
#[cfg(feature = "core")]