servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.31k stars 325 forks source link

Fix lint warnings #781

Closed valenting closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #781 (0eb962d) into master (cbc6a6d) will decrease coverage by 0.05%. The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master     #781      +/-   ##
==========================================
- Coverage   85.31%   85.25%   -0.06%     
==========================================
  Files          22       22              
  Lines        3894     3894              
==========================================
- Hits         3322     3320       -2     
- Misses        572      574       +2     
Impacted Files Coverage Δ
idna/tests/uts46.rs 78.78% <0.00%> (+0.78%) :arrow_up:
url/tests/unit.rs 98.96% <ø> (-0.83%) :arrow_down:
idna/src/uts46.rs 94.13% <100.00%> (ø)
url/src/lib.rs 75.76% <100.00%> (ø)
url/src/parser.rs 81.32% <100.00%> (ø)
url/tests/data.rs 75.65% <100.00%> (ø)
url/src/host.rs 96.96% <0.00%> (+0.01%) :arrow_up:
data-url/tests/wpt.rs 85.71% <0.00%> (+1.29%) :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 70539f2...0eb962d. Read the comment docs.