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): fix unused_mut lint for layout #285

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

joshka
Copy link
Member

@joshka joshka commented Jun 30, 2023

This lint is slightly more agressive in +nightly than it is in stable.

This lint is slightly more agressive in +nightly than it is in stable.
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #285 (63ec257) into main (cf8eda0) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #285   +/-   ##
=======================================
  Coverage   82.71%   82.71%           
=======================================
  Files          36       36           
  Lines        7360     7360           
=======================================
  Hits         6088     6088           
  Misses       1272     1272           
Impacted Files Coverage Δ
src/layout.rs 90.07% <100.00%> (ø)

@orhun orhun changed the title fix(clippy): ununsed_mut lint for layout fix(clippy): fix unused_mut lint for layout Jun 30, 2023
@joshka joshka added this pull request to the merge queue Jun 30, 2023
Merged via the queue into ratatui-org:main with commit 83d3ec7 Jun 30, 2023
17 checks passed
@joshka joshka deleted the fix-layout-mut branch June 30, 2023 22:38
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.

None yet

2 participants