diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2017-05-20 18:05:18 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2017-05-23 02:25:07 -0700 |
| commit | 4be488c06581448abb9ad8cfc98fa32bcf72244d (patch) | |
| tree | e9b5eb28d3267799a66e7887cec1e819cae0bca1 | |
| parent | 57f260d41895ec6aa4f00412287c6fdfe63aa23f (diff) | |
| download | rust-4be488c06581448abb9ad8cfc98fa32bcf72244d.tar.gz rust-4be488c06581448abb9ad8cfc98fa32bcf72244d.zip | |
Add iterator_step_by to the unstable book's summary
| -rw-r--r-- | src/doc/unstable-book/src/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index 39f80059148..50efcd06220 100644 --- a/src/doc/unstable-book/src/SUMMARY.md +++ b/src/doc/unstable-book/src/SUMMARY.md @@ -156,6 +156,7 @@ - [io](library-features/io.md) - [ip](library-features/ip.md) - [iter_rfind](library-features/iter-rfind.md) + - [iterator_step_by](library-features/iterator-step-by.md) - [libstd_io_internals](library-features/libstd-io-internals.md) - [libstd_sys_internals](library-features/libstd-sys-internals.md) - [libstd_thread_internals](library-features/libstd-thread-internals.md) |
