-
Notifications
You must be signed in to change notification settings - Fork 313
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
build: specify clippy denies in cargo config #1351
Conversation
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #1351 +/- ##
===========================================
- Coverage 85.49% 85.08% -0.41%
===========================================
Files 514 514
Lines 77471 77471
===========================================
- Hits 66230 65914 -316
- Misses 11241 11557 +316 |
Maybe add a line about "-Wclippy::implicit_clone"? clippy::implicit_clone deny usage of |
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Added in 4b20b22, thanks for suggestion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* build: specify clippy denies in cargo config Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * deny implicit clone Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Specify clippy denies (
-D clippy::print_stdout -D clippy::print_stderr
) in cargo config. Reduce duplicate settings.Checklist
Refer to a related PR or issue link (optional)