• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pwoolcoc / elefren / 310
70%
master: 52%

Build:
Build:
LAST BUILD BRANCH: cleanup
DEFAULT BRANCH: master
Ran 30 Oct 2019 09:02PM UTC
Jobs 1
Files 18
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
310

Pull #128

travis-ci

web-flow
Use `slice::iter` instead of `into_iter` to avoid future breakage

`an_array.into_iter()` currently just works because of the autoref
feature, which then calls `<[T] as IntoIterator>::into_iter`. But
in the future, arrays will implement `IntoIterator`, too. In order
to avoid problems in the future, the call is replaced by `iter()`
which is shorter and more explicit.
Pull Request #128: Use `slice::iter` instead of `into_iter` to avoid future breakage

1 of 1 new or added line in 1 file covered. (100.0%)

1401 of 2010 relevant lines covered (69.7%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
25 310.25 (ELEFREN_FEATURES="--features toml") 30 Oct 2019 09:02PM UTC 0
69.7
Travis Job 310.25
Source Files on build 310
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #310
  • Pull Request #128
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc