Commit e280683
authored
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)`.1 parent 3624c3b commit e280683
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
213 | 220 | | |
214 | 221 | | |
215 | 222 | | |
| |||
0 commit comments