Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Fixed new clippy lints #59

Closed Fluxie closed 6 years ago

Fluxie commented 6 years ago

Clippy now warns if both the name of a struct member and the variable specified when instantiating a struct have identical names.

codecov-io commented 6 years ago

Codecov Report

Merging #59 into master will increase coverage by 0.15%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   76.37%   76.52%   +0.15%     
==========================================
  Files          47       47              
  Lines        3069     3072       +3     
==========================================
+ Hits         2344     2351       +7     
+ Misses        725      721       -4
Impacted Files Coverage Δ
intercom-common/src/methodinfo.rs 86.36% <100%> (ø) :arrow_up:
intercom-common/src/generators/cpp.rs 80.23% <100%> (ø) :arrow_up:
intercom-common/src/generators/idl.rs 82.23% <100%> (ø) :arrow_up:
intercom/src/comitf.rs 41.66% <100%> (ø) :arrow_up:
intercom/src/combox.rs 86.3% <100%> (ø) :arrow_up:
intercom-common/src/foreign_ty.rs 70.31% <100%> (ø) :arrow_up:
intercom-common/src/model.rs 89.22% <80%> (+0.02%) :arrow_up:
intercom-common/src/guid.rs 91.47% <0%> (+0.04%) :arrow_up:
intercom/src/guid.rs 90.75% <0%> (+0.05%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 547000e...e4ed416. Read the comment docs.