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

Robbepop / apint / 685
82%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2019 06:44AM UTC
Jobs 2
Files 44
Run time 9min
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
685

cron

travis-ci

Robbepop
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.

8118 of 10676 relevant lines covered (76.04%)

1.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 685.1 10 Nov 2019 06:54AM UTC 0
75.87
Travis Job 685.1
2 685.2 10 Nov 2019 06:44AM UTC 0
76.04
Travis Job 685.2
Source Files on build 685
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #685
  • 10aa554e on github
  • Prev Build on master (#684)
  • Next Build on master (#686)
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