Skip to content

Commit eb930de

Browse files
committed
docs: kept doc(hidden) for data traits (they are internal items)
1 parent 34dd86d commit eb930de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ mod data_traits;
186186

187187
pub use crate::aliases::*;
188188

189+
#[doc(hidden)]
189190
pub use crate::data_traits::{Data, DataMut, DataOwned, DataShared, RawData, RawDataClone, RawDataMut, RawDataSubst};
190191

191192
mod free_functions;
@@ -221,7 +222,7 @@ mod zip;
221222
mod dimension;
222223

223224
pub use crate::zip::{FoldWhile, IntoNdProducer, NdProducer, Zip};
224-
225+
#[doc(hidden)]
225226
pub use crate::layout::Layout;
226227

227228
/// Implementation's prelude. Common types used everywhere.

0 commit comments

Comments
 (0)