Rantanen / intercom

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

Remove dead code #96

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Remove some bits of dead code from the common crate.

codecov-io commented 5 years ago

Codecov Report

Merging #96 into master will increase coverage by 0.8%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #96     +/-   ##
=========================================
+ Coverage   77.83%   78.63%   +0.8%     
=========================================
  Files          57       57             
  Lines        4809     4760     -49     
=========================================
  Hits         3743     3743             
+ Misses       1066     1017     -49
Impacted Files Coverage Δ
intercom-common/src/tyhandlers.rs 83.66% <ø> (+1.62%) :arrow_up:
intercom-common/src/ast_converters.rs 37.03% <ø> (+8.73%) :arrow_up:
intercom-common/src/utils.rs 91.15% <ø> (+10.91%) :arrow_up:

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 75a3881...6057410. Read the comment docs.