mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.87k stars 73 forks source link

perf: minor optimisations #405

Closed ghost closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #405 (8cb09a9) into main (5715407) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
- Coverage   82.68%   82.68%   -0.01%     
==========================================
  Files         264      264              
  Lines       15239    15236       -3     
==========================================
- Hits        12601    12598       -3     
  Misses       2638     2638              
Impacted Files Coverage Δ
crates/mun_hir/src/resolve.rs 86.08% <100.00%> (+0.12%) :arrow_up:
crates/mun_hir/src/ty/infer.rs 79.55% <100.00%> (-0.10%) :arrow_down:
crates/mun_hir/src/ty/infer/place_expr.rs 88.88% <100.00%> (-1.12%) :arrow_down:

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 5715407...8cb09a9. Read the comment docs.