diff --git a/src/zip/ndproducer.rs b/src/zip/ndproducer.rs index b6df10f51..7c201741c 100644 --- a/src/zip/ndproducer.rs +++ b/src/zip/ndproducer.rs @@ -72,7 +72,7 @@ pub trait NdProducer { #[doc(hidden)] fn layout(&self) -> Layout; - #[doc(hidden)] + /// Return the shape of the producer. fn raw_dim(&self) -> Self::Dim; #[doc(hidden)] fn equal_dim(&self, dim: &Self::Dim) -> bool {