about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-05-31 10:52:48 -0600
committerGitHub <noreply@github.com>2017-05-31 10:52:48 -0600
commitb62eb7fed8b1ac73281b5b545ffa5137d9027d81 (patch)
tree366619db469fb6d6f9297711f9e3766c21f33015 /src/liballoc_system
parent0daa27f3c2ca0d19fbe41093f57375988791e5be (diff)
parent265dce66b6b1181f4b955032b742c702c753f6c8 (diff)
downloadrust-b62eb7fed8b1ac73281b5b545ffa5137d9027d81.tar.gz
rust-b62eb7fed8b1ac73281b5b545ffa5137d9027d81.zip
Rollup merge of #42315 - scottmcm:rangefrom-sizehint, r=alexcrichton
RangeFrom should have an infinite size_hint

Before,
```rust
(0..).take(4).size_hint() == (0, Some(4))
```

With this change,
```rust
(0..).take(4).size_hint() == (4, Some(4))
```
Diffstat (limited to 'src/liballoc_system')
0 files changed, 0 insertions, 0 deletions