mun-lang / mun

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

bump: rust 1.73 #541

Closed baszalmstra closed 7 months ago

baszalmstra commented 7 months ago

Bump Rust to 1.73 and fixes all clippy warnings and errors.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (ac4b4b5) 87.31% compared to head (1bf607d) 87.23%.

:exclamation: Current head 1bf607d differs from pull request most recent head 897ae25. Consider uploading reports for the commit 897ae25 to get more accurate results

Files Patch % Lines
crates/mun_memory/src/gc/mark_sweep.rs 50.00% 6 Missing :warning:
crates/mun_codegen/src/value/float_value.rs 0.00% 2 Missing :warning:
crates/mun_codegen/src/value/mod.rs 0.00% 1 Missing :warning:
crates/mun_codegen/src/value/pointer_value.rs 66.66% 1 Missing :warning:
crates/mun_hir/src/arena.rs 0.00% 1 Missing :warning:
crates/mun_hir/src/ids.rs 50.00% 1 Missing :warning:
crates/mun_hir/src/item_tree.rs 0.00% 1 Missing :warning:
crates/mun_language_server/src/state/workspace.rs 0.00% 1 Missing :warning:
crates/mun_runtime/src/lib.rs 0.00% 1 Missing :warning:
crates/mun_skeptic/src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #541 +/- ## ========================================== - Coverage 87.31% 87.23% -0.09% ========================================== Files 275 269 -6 Lines 31182 31177 -5 ========================================== - Hits 27227 27197 -30 - Misses 3955 3980 +25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.