Skip to content

Commit 73fcb08

Browse files
Eh2406x-hgg-x
andcommitted
fix a typo
Co-authored-by: x-hgg-x <39058530+x-hgg-x@users.noreply.github.com>
1 parent c1ec3b7 commit 73fcb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/caching_dependency_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl<DP: DependencyProvider<M = String>> DependencyProvider for CachingDependenc
6464
&self,
6565
package: &DP::P,
6666
ranges: &DP::VS,
67-
statis: &PackageResolutionStatistics,
67+
stats: &PackageResolutionStatistics,
6868
) -> Self::Priority {
6969
self.remote_dependencies.prioritize(package, ranges, statis)
7070
}

0 commit comments

Comments
 (0)