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: add back mut ref #2669

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Conversation

shuiyisong
Copy link
Contributor

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

The mut ref is used for modifying contents of the options in function from other distros. Adding #[allow(clippy::unnecessary_mut_passed)] to pass clippy check.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

@shuiyisong shuiyisong enabled auto-merge October 31, 2023 06:56
@shuiyisong shuiyisong added this pull request to the merge queue Oct 31, 2023
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #2669 (ab1faf5) into develop (84bcca9) will decrease coverage by 0.35%.
Report is 3 commits behind head on develop.
The diff coverage is 50.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2669      +/-   ##
===========================================
- Coverage    85.00%   84.65%   -0.35%     
===========================================
  Files          743      739       -4     
  Lines       120636   120417     -219     
===========================================
- Hits        102541   101943     -598     
- Misses       18095    18474     +379     

Merged via the queue into GreptimeTeam:develop with commit d77003f Oct 31, 2023
12 checks passed
@shuiyisong shuiyisong deleted the fix/mut_ref branch October 31, 2023 07:12
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