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 #1452

Merged
merged 1 commit into from
Aug 20, 2022
Merged

clippy #1452

merged 1 commit into from
Aug 20, 2022

Conversation

fulmicoton
Copy link
Collaborator

No description provided.

@@ -1,3 +1,5 @@
#![allow(clippy::derive_partial_eq_without_eq)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does it really make sense to allow this instead of just adding the derive or is this mainly about the code noise of doing that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The lint feels pointless to me.

@codecov-commenter
Copy link

Codecov Report

Merging #1452 (def9faf) into main (ce45889) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1452   +/-   ##
=======================================
  Coverage   94.20%   94.20%           
=======================================
  Files         237      237           
  Lines       44405    44406    +1     
=======================================
+ Hits        41830    41831    +1     
  Misses       2575     2575           
Impacted Files Coverage Δ
src/lib.rs 96.48% <ø> (ø)
src/query/union.rs 98.78% <ø> (ø)
bitpacker/src/blocked_bitpacker.rs 95.12% <100.00%> (-0.78%) ⬇️
query-grammar/src/lib.rs 100.00% <100.00%> (ø)
src/query/query_parser/query_parser.rs 95.00% <100.00%> (ø)
src/postings/stacker/expull.rs 98.57% <0.00%> (-0.48%) ⬇️
src/store/index/mod.rs 98.37% <0.00%> (+0.54%) ⬆️
bitpacker/src/bitpacker.rs 97.02% <0.00%> (+0.99%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@fulmicoton fulmicoton merged commit 4a31690 into main Aug 20, 2022
@fulmicoton fulmicoton deleted the clippy-checks branch August 20, 2022 11:01
@PSeitz PSeitz mentioned this pull request Aug 22, 2022
PSeitz pushed a commit that referenced this pull request Aug 22, 2022
This was referenced Jan 13, 2023
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