Skip to content

Commit

Permalink
Trim diff down further
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jun 5, 2024
1 parent 56b18d4 commit 55a73e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ impl<P: Package, VS: VersionSet> DependencyProvider for OfflineDependencyProvide
&self,
package: &P,
version: &VS::V,
) -> Result<Dependencies<Self::P, Self::VS, Self::M>, Self::Err> {
) -> Result<Dependencies<P, VS, Self::M>, Infallible> {
Ok(match self.dependencies(package, version) {
None => {
Dependencies::Unavailable("its dependencies could not be determined".to_string())
Expand Down

0 comments on commit 55a73e4

Please sign in to comment.