We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70effa7 commit 723ae8eCopy full SHA for 723ae8e
src/slice.rs
@@ -319,8 +319,8 @@ where
319
{
320
/// Returns a new `SliceInfo` instance.
321
///
322
- /// If you call this method, you are guaranteeing that `out_dim` and
323
- /// `out_ndim` are consistent with `indices`.
+ /// If you call this method, you are guaranteeing that `out_dim` is
+ /// consistent with `indices`.
324
#[doc(hidden)]
325
pub unsafe fn new_unchecked(indices: T, out_dim: PhantomData<D>) -> SliceInfo<T, D> {
326
SliceInfo {
0 commit comments