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

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

Build:
Build:
LAST BUILD BRANCH: clippy
DEFAULT BRANCH: master
Repo Added 23 May 2017 02:58PM UTC
Files 65
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

LAST BUILD ON BRANCH clippy
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master
  • v0.4.0

pending completion
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

Relevant lines Covered
Build:
Build:
2737 RELEVANT LINES 2737 COVERED LINES
1.0 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
47 clippy 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 i... Pull #53 25 Jul 2019 05:25PM UTC web-flow travis-ci pending completion  
374 master Improve error handling for depclose tests for recipes with known issues cron 09 Nov 2017 12:34PM UTC atodorov travis-ci pending completion  
373 master Improve error handling for depclose tests for recipes with known issues cron 08 Nov 2017 12:34PM UTC atodorov travis-ci pending completion  
372 master Improve error handling for depclose tests for recipes with known issues cron 07 Nov 2017 12:35PM UTC atodorov travis-ci pending completion  
371 master Improve error handling for depclose tests for recipes with known issues cron 06 Nov 2017 12:34PM UTC atodorov travis-ci pending completion  
370 master Improve error handling for depclose tests for recipes with known issues cron 05 Nov 2017 12:33PM UTC atodorov travis-ci pending completion  
369 master Improve error handling for depclose tests for recipes with known issues cron 04 Nov 2017 12:32PM UTC atodorov travis-ci pending completion  
368 master Improve error handling for depclose tests for recipes with known issues cron 03 Nov 2017 12:32PM UTC atodorov travis-ci pending completion  
367 master Improve error handling for depclose tests for recipes with known issues cron 02 Nov 2017 12:32PM UTC atodorov travis-ci pending completion  
366 master Improve error handling for depclose tests for recipes with known issues cron 01 Nov 2017 12:32PM UTC atodorov travis-ci pending completion  
See All Builds (102)
  • Repo 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