Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
Co-authored-by: x-hgg-x <[email protected]>
  • Loading branch information
Eh2406 and x-hgg-x authored Dec 6, 2024
1 parent b9b369d commit e3dbe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/caching_dependency_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<DP: DependencyProvider<M = String>> DependencyProvider for CachingDependenc
&self,
package: &DP::P,
ranges: &DP::VS,
statis: &PackageResolutionStatistics,
stats: &PackageResolutionStatistics,
) -> Self::Priority {
self.remote_dependencies.prioritize(package, ranges, statis)
}
Expand Down

0 comments on commit e3dbe56

Please sign in to comment.