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

Merge partial solution impl blocks #292

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Dec 11, 2024

There were two identical impl block for impl<DP: DependencyProvider> PartialSolution<DP>, so I merged them. I've also reduced the visibility since PartialSolution is also pub(crate).

There were two identical impl block for `impl<DP: DependencyProvider> PartialSolution<DP>`, so I merged them. I've also reduced the visibility since `PartialSolution` is also `pub(crate)`.
@Eh2406 Eh2406 added this pull request to the merge queue Dec 12, 2024
Merged via the queue into dev with commit ea28e95 Dec 12, 2024
6 checks passed
@Eh2406 Eh2406 deleted the konsti/merge-partial-solution-impl-blocks branch December 12, 2024 22:34
konstin added a commit to astral-sh/pubgrub that referenced this pull request Dec 16, 2024
There were two identical impl block for `impl<DP: DependencyProvider>
PartialSolution<DP>`, so I merged them. I've also reduced the visibility
since `PartialSolution` is also `pub(crate)`.
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