magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
752 stars 80 forks source link

remove rendundant 'use' statements #84

Closed warner closed 4 years ago

warner commented 4 years ago

caught by the new clippy lints in rust 1.43

codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will increase coverage by 2.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   54.19%   56.43%   +2.24%     
==========================================
  Files          24       24              
  Lines        1670     1639      -31     
==========================================
+ Hits          905      925      +20     
+ Misses        765      714      -51     
Impacted Files Coverage Δ
src/bin/main.rs 0.00% <ø> (ø)
src/core/api.rs 31.81% <ø> (+3.24%) :arrow_up:
src/core/boss.rs 29.74% <ø> (+3.16%) :arrow_up:
src/core/events.rs 52.17% <ø> (+1.84%) :arrow_up:
src/core/key.rs 95.45% <ø> (+0.04%) :arrow_up:
src/core/rendezvous.rs 52.07% <ø> (+0.02%) :arrow_up:
src/core/util.rs 93.75% <ø> (ø)
src/io/blocking.rs 0.00% <ø> (ø)
src/core/wordlist.rs 88.23% <100.00%> (-0.23%) :arrow_down:
src/core/transfer.rs 84.61% <0.00%> (-2.06%) :arrow_down:
... and 20 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 6ebcc01...175cbdb. Read the comment docs.