We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71553d commit 22450acCopy full SHA for 22450ac
src/layout/ranked.rs
@@ -34,7 +34,7 @@ pub trait Ranked
34
{
35
/// The compile-time rank of the type; can be [`DynRank`][DynRank] if unknown.
36
///
37
- /// [DynRank]: crate::layout::dimensionality::DynRank
+ /// [DynRank]: crate::layout::rank::DynRank
38
type NDim: Rank;
39
40
/// The runtime number of dimensions of the type.
0 commit comments