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 warnings #501

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Fix clippy warnings #501

merged 3 commits into from
Jul 20, 2022

Conversation

JohnnyMorganz
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jul 20, 2022

Codecov Report

Merging #501 (411ac8b) into master (eb29c03) will not change coverage.
The diff coverage is 90.00%.

@@           Coverage Diff           @@
##           master     #501   +/-   ##
=======================================
  Coverage   97.66%   97.66%           
=======================================
  Files          14       14           
  Lines        5351     5351           
=======================================
  Hits         5226     5226           
  Misses        125      125           
Impacted Files Coverage Δ
src/formatters/general.rs 96.66% <ø> (ø)
src/lib.rs 96.29% <80.00%> (ø)
src/context.rs 97.24% <100.00%> (ø)
src/formatters/expression.rs 97.09% <100.00%> (ø)

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 eb29c03...411ac8b. Read the comment docs.

Copy link

@matthargett matthargett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs rustfmt, then looks good:

 --> src/formatters/functions.rs:878:13
    |
878 |             (),
    |             ^^ expected enum `std::option::Option`, found `()`
    |
    = note:   expected enum `std::option::Option<full_moon::ast::types::TypeSpecifier>`
            found unit type `()`

@JohnnyMorganz JohnnyMorganz merged commit f386cf1 into master Jul 20, 2022
@JohnnyMorganz JohnnyMorganz deleted the clippy branch July 20, 2022 19:41
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