about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-03 15:36:09 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-03 20:11:20 -0800
commit9db593c90af04dbf8f9bebb8a3650ff9609d10f2 (patch)
treeabd54c9f3907c4189f3b8a2fca708de20898c0e1 /src/libstd/sys/unix/stack_overflow.rs
parent74f7e0693909a45f9159c6d2ef72b42fcb4f1bac (diff)
parentd30f225b492163b14005d5069b7924f3fecf868c (diff)
downloadrust-9db593c90af04dbf8f9bebb8a3650ff9609d10f2.tar.gz
rust-9db593c90af04dbf8f9bebb8a3650ff9609d10f2.zip
rollup merge of #21907: alexcrichton/iter-by-ref
This removes the `ByRef` iterator adaptor to stay in line with the changes to
`std::io`. The `by_ref` method instead just returns `&mut Self`.

This also removes the implementation of `Iterator for &mut Iterator` and instead
generalizes it to `Iterator for &mut I` where `I: Iterator + ?Sized`. The
`Box<I>` implementations were also updated.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions