Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clippy::many_single_char_names in macro #231

Merged
merged 1 commit into from
Jun 19, 2020

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra requested a review from Wodann June 19, 2020 17:09
@baszalmstra baszalmstra self-assigned this Jun 19, 2020
@codecov
Copy link

codecov bot commented Jun 19, 2020

Codecov Report

Merging #231 into master will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
+ Coverage   81.06%   81.13%   +0.06%     
==========================================
  Files         182      182              
  Lines       11933    11938       +5     
==========================================
+ Hits         9674     9686      +12     
+ Misses       2259     2252       -7     
Impacted Files Coverage Δ
crates/mun_runtime/src/lib.rs 72.63% <100.00%> (ø)
crates/mun_codegen/src/ir/body.rs 84.96% <0.00%> (-0.09%) ⬇️
crates/mun_codegen/src/test.rs 98.23% <0.00%> (+0.03%) ⬆️
crates/mun_target/src/abi/mod.rs 56.73% <0.00%> (+3.84%) ⬆️
crates/mun_hir/src/ty/primitives.rs 68.18% <0.00%> (+4.54%) ⬆️
crates/mun_hir/src/ty/resolve.rs 68.75% <0.00%> (+6.25%) ⬆️

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 6d2ff36...8b73887. Read the comment docs.

@baszalmstra baszalmstra merged commit edcacbb into mun-lang:master Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants