Skip to content

Commit 3c38785

Browse files
committed
Forgot unstable feature gate
1 parent e8b20ed commit 3c38785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dimension/dimension_trait.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ impl Dimension for Dim<[Ix; 0]>
426426
type Pattern = ();
427427
type Smaller = Self;
428428
type Larger = Ix1;
429+
#[cfg(feature = "unstable")]
429430
type Dimality = D0;
430431
// empty product is 1 -> size is 1
431432
#[inline]

0 commit comments

Comments
 (0)