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

xiph / rav1e / 2725 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 02 Mar 2019 12:39AM UTC
Files 30
Run time 9s
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

01 Mar 2019 11:55PM UTC coverage: 82.675% (+0.3%) from 82.37%
RUST_BACKTRACE=1

push

travis-ci

tdaede
Remove unnecessary explicit lifetimes

Most of the replacements are equivalent, and some of them relax
unnecessary constraints. For example:

    &'a mut Type<'a>

is rewritten:

    &mut Type<'_>

In that case, the lifetime of the reference need not be the same as the
one bound to the type.

<https://doc.rust-lang.org/nightly/edition-guide/rust-2018/ownership-and-lifetimes/the-anonymous-lifetime.html>
<https://doc.rust-lang.org/book/ch19-02-advanced-lifetimes.html#the-anonymous-lifetime>

10556 of 12768 relevant lines covered (82.68%)

0.83 hits per line

Source Files on job 2725.1 (RUST_BACKTRACE=1)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 916
  • Travis Job 2725.1
  • 57e4f926 on github
  • Prev Job for RUST_BACKTRACE=1 on master (#2724.1)
  • Next Job for RUST_BACKTRACE=1 on master (#2738.1)
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