From 719f3e1512ef6a3e3d3cca07a665b8763dddf7fb Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 21 Jun 2024 05:52:34 -0400 Subject: [PATCH] docs: comment slice docstring while disabled --- czv/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/czv/src/lib.rs b/czv/src/lib.rs index 05fd06f..fcf36c8 100644 --- a/czv/src/lib.rs +++ b/czv/src/lib.rs @@ -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;