mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 00:09:24 +00:00
docs: comment slice docstring while disabled
This commit is contained in:
parent
55835772ed
commit
719f3e1512
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
pub mod count;
|
pub mod count;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use count::{ColumnCount, RowCount};
|
pub use count::{ColumnCount, RowCount};
|
||||||
/// Extract a section of rows.
|
// Extract a section of rows.
|
||||||
// pub mod slice;
|
// pub mod slice;
|
||||||
// #[doc(inline)]
|
// #[doc(inline)]
|
||||||
// pub use slice::Slice;
|
// pub use slice::Slice;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue