about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIvan Dardi <ivy.dardi@gmail.com>2017-05-15 17:00:02 -0300
committerIvan Dardi <ivy.dardi@gmail.com>2017-05-15 17:00:02 -0300
commit49555172016d3ca59b8ece596e28578741d8d076 (patch)
tree87e72259c1c4d54b1d21ea7cac074cc7eb2fc9a6
parentc5a35f4a8d0bd1726f52710063d4f72cb4cc338b (diff)
downloadrust-49555172016d3ca59b8ece596e28578741d8d076.tar.gz
rust-49555172016d3ca59b8ece596e28578741d8d076.zip
Add entry to the Unstable Book
-rw-r--r--src/doc/unstable-book/src/library-features/iterator-step-by.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/library-features/iterator-step-by.md b/src/doc/unstable-book/src/library-features/iterator-step-by.md
new file mode 100644
index 00000000000..8467cb68862
--- /dev/null
+++ b/src/doc/unstable-book/src/library-features/iterator-step-by.md
@@ -0,0 +1,7 @@
+# `iterator_step_by`
+
+The tracking issue for this feature is: [#27741]
+
+[#27741]: https://github.com/rust-lang/rust/issues/27741
+
+------------------------