mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Reduce clippy warn #149

Closed nils-ohlmeier closed 5 years ago

nils-ohlmeier commented 5 years ago

Apparently having the warn macro in lib.rs is enough to trigger it everywhere. @na-g what do you think?

codecov-io commented 5 years ago

Codecov Report

Merging #149 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #149   +/-   ##
======================================
  Coverage    90.5%   90.5%           
======================================
  Files           7       7           
  Lines        3551    3551           
======================================
  Hits         3214    3214           
  Misses        337     337
Impacted Files Coverage Δ
src/error.rs 72.32% <ø> (ø) :arrow_up:
src/anonymizer.rs 97.58% <ø> (ø) :arrow_up:
src/network.rs 97.29% <ø> (ø) :arrow_up:
src/attribute_type.rs 88.42% <ø> (ø) :arrow_up:
src/media_type.rs 92.69% <ø> (ø) :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 67e9d37...4da6a6a. Read the comment docs.

na-g commented 5 years ago

LGTM