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

weldr / bdcs-api-rs / 47 / 3
100%
master: 84%

Build:
Build:
LAST BUILD BRANCH: clippy
DEFAULT BRANCH: master
Ran 25 Jul 2019 05:26PM UTC
Files 65
Run time 6s
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

07 Apr 2017 02:36PM UTC coverage: 100.0%. First build
_CMD=clippy

Pull #53

travis-ci

web-flow
Fix op-ref warnings

Clippy added a new lint. The idea behind this one is that an expression
like:

   (left_side: &T) == &(right_side: T)

is an unnecessary reference of the right-side value (to get it to match
the &T on the left). The compiler is going to have to dereference
everything eventually in order to compare the values, so it's better to
be upfront about it and write it as:

   *left_side == right_side
Pull Request #53: more clippy fixes

2737 of 2737 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 47.3 (_CMD=clippy)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 375
  • Travis Job 47.3
  • 71e08e32 on github
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