Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/doc/unstable-book/src/library-features/num_cast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# `num_cast`

The tracking issue for this feature is: [#FIXME]

[#FIXME]: https://github.com/rust-lang/rust/issues/FIXME

------------------------

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# `num_cast_internals`

The tracking issue for this feature is: [#FIXME]

[#FIXME]: https://github.com/rust-lang/rust/issues/FIXME

------------------------

6 changes: 0 additions & 6 deletions src/libcore/iter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,6 @@ pub use self::iterator::Iterator;
reason = "likely to be replaced by finer-grained traits",
issue = "42168")]
pub use self::range::Step;
#[unstable(feature = "step_by", reason = "recent addition",
issue = "27741")]
#[rustc_deprecated(since = "1.19.0",
reason = "replaced by `iter::StepBy`")]
#[allow(deprecated)]
pub use self::range::StepBy as DeprecatedStepBy;

#[stable(feature = "rust1", since = "1.0.0")]
pub use self::sources::{Repeat, repeat};
Expand Down
Loading