Skip to content

Commit 8890f68

Browse files
committed
Hide two functions from docs
1 parent d3c1b1d commit 8890f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ where
299299
destination.into_inner()
300300
}
301301

302+
#[doc(hidden)]
302303
fn inverted_zip<B, U, F>(self, lhs: GenericArray<B, Self::Length>, mut f: F) -> MappedSequence<GenericArray<B, Self::Length>, B, U>
303304
where
304305
GenericArray<B, Self::Length>:
@@ -325,6 +326,7 @@ where
325326
}))
326327
}
327328

329+
#[doc(hidden)]
328330
fn inverted_zip2<B, Lhs, U, F>(self, lhs: Lhs, mut f: F) -> MappedSequence<Lhs, B, U>
329331
where
330332
Lhs: GenericSequence<B, Length=Self::Length> + MappedGenericSequence<B, U>,

0 commit comments

Comments
 (0)