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

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

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

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

Jobs
ID Job ID Ran Files Coverage
3 47.3 (_CMD=clippy) 25 Jul 2019 05:26PM UTC 65
100.0
Travis Job 47.3
Source Files on build 47
  • Tree
  • List 65
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #47
  • Pull Request #53
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2023 Coveralls, Inc