Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge partial solution impl blocks (pubgrub-rs#292) (#37)
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)`.
- Loading branch information