mrds: remove #[cfg(doc)]

This commit is contained in:
AF 2023-07-30 11:09:23 +00:00
parent 0b9858aa3e
commit ba98cb8ba7

View File

@ -1,7 +1,6 @@
//! # Memory-resident data strucures //! # Memory-resident data strucures
//! Provided as examples of implementing [`flow`] traits. //! Provided as examples of implementing [`flow`] traits.
//!
#[cfg(doc)] //! [`flow`]: crate::flow
use crate::flow;
pub mod trees; pub mod trees;