docs: comment slice docstring while disabled

This commit is contained in:
rzmk 2024-06-21 05:52:34 -04:00
parent 55835772ed
commit 719f3e1512

View file

@ -41,7 +41,7 @@
pub mod count;
#[doc(inline)]
pub use count::{ColumnCount, RowCount};
/// Extract a section of rows.
// Extract a section of rows.
// pub mod slice;
// #[doc(inline)]
// pub use slice::Slice;