Skip to content

Commit 64a4959

Browse files
Doc hide SourceIter and InPlaceIterable
1 parent 5387d8b commit 64a4959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/src/iter/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ pub use self::sources::{successors, Successors};
410410
#[stable(feature = "fused", since = "1.26.0")]
411411
pub use self::traits::FusedIterator;
412412
#[unstable(issue = "none", feature = "inplace_iteration")]
413+
#[doc(hidden)]
413414
pub use self::traits::InPlaceIterable;
414415
#[unstable(feature = "trusted_len", issue = "37572")]
415416
pub use self::traits::TrustedLen;
@@ -435,6 +436,7 @@ pub use self::adapters::Flatten;
435436
#[stable(feature = "iter_map_while", since = "1.57.0")]
436437
pub use self::adapters::MapWhile;
437438
#[unstable(feature = "inplace_iteration", issue = "none")]
439+
#[doc(hidden)]
438440
pub use self::adapters::SourceIter;
439441
#[stable(feature = "iterator_step_by", since = "1.28.0")]
440442
pub use self::adapters::StepBy;

0 commit comments

Comments
 (0)