We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b20ed commit 3c38785Copy full SHA for 3c38785
1 file changed
src/dimension/dimension_trait.rs
@@ -426,6 +426,7 @@ impl Dimension for Dim<[Ix; 0]>
426
type Pattern = ();
427
type Smaller = Self;
428
type Larger = Ix1;
429
+ #[cfg(feature = "unstable")]
430
type Dimality = D0;
431
// empty product is 1 -> size is 1
432
#[inline]
0 commit comments