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

clippy: Fixes blocks in conditions #34600

Merged

Conversation

brooksprumo
Copy link
Contributor

Problem

New clippy lint for the name of blocks_in_conditions.

Summary of Changes

We could just rename the lint, but it's also trivial to fix properly.

@brooksprumo brooksprumo self-assigned this Dec 27, 2023
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1f7c714) 81.8% compared to head (c9142e1) 81.8%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #34600   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         824      824           
  Lines      222261   222261           
=======================================
+ Hits       181889   181909   +20     
+ Misses      40372    40352   -20     

@brooksprumo brooksprumo marked this pull request as ready for review December 28, 2023 01:13
Copy link
Contributor

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

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

lgtm

@brooksprumo brooksprumo merged commit 58170cf into solana-labs:master Dec 28, 2023
35 checks passed
@brooksprumo brooksprumo deleted the clippy/blocks_in_conditions branch December 28, 2023 17:17
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