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

refactor: simplify if let #1135

Merged
merged 1 commit into from
May 25, 2024
Merged

refactor: simplify if let #1135

merged 1 commit into from
May 25, 2024

Conversation

EdJoPaTo
Copy link
Contributor

While looking through lints clippy::option_if_let_else found these. Other findings are more complex so I skipped them.

While looking through lints clippy::option_if_let_else found these.
Other findings are more complex so I skipped them.
Copy link

codecov bot commented May 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.3%. Comparing base (f429f68) to head (28a9d58).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1135   +/-   ##
=====================================
  Coverage   94.3%   94.3%           
=====================================
  Files         60      60           
  Lines      14757   14760    +3     
=====================================
+ Hits       13917   13920    +3     
  Misses       840     840           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshka joshka merged commit 1de9a82 into ratatui:main May 25, 2024
33 checks passed
@EdJoPaTo EdJoPaTo deleted the simplify-if-let branch May 25, 2024 01:04
joshka pushed a commit to erak/ratatui that referenced this pull request Oct 14, 2024
While looking through lints
[`clippy::option_if_let_else`](https://rust-lang.github.io/rust-clippy/master/index.html#option_if_let_else)
found these. Other findings are more complex so I skipped them.
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.

3 participants