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

Remove manual insertion-sort from create_candidates #1254

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Jul 14, 2023

The From impl of AllObjectCandidates already sorts and dedupes, no need to do that manually via a custom insertion-sort.

#skip-changelog

The `From` impl of `AllObjectCandidates` already sorts and dedupes, no need to do that manually via a custom insertion-sort.
@Swatinem Swatinem self-assigned this Jul 14, 2023
@Swatinem Swatinem enabled auto-merge (squash) July 14, 2023 09:28
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #1254 (fb5fe98) into master (fe1c76f) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1254      +/-   ##
==========================================
- Coverage   76.36%   76.33%   -0.03%     
==========================================
  Files          85       85              
  Lines       14066    14061       -5     
==========================================
- Hits        10742    10734       -8     
- Misses       3324     3327       +3     

@Swatinem Swatinem merged commit cc1cb2d into master Jul 14, 2023
14 of 15 checks passed
@Swatinem Swatinem deleted the swatinem/no-manual-dedupe branch July 14, 2023 09:35
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