File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1322,9 +1322,9 @@ impl PackageFetcher {
13221322 } )
13231323 }
13241324
1325- /// Caches the result so subsequent calls to `get_dependencies` so that we don't need to make a
1326- /// network request. Currently dependencies are fetched during initial version resolution, and
1327- /// then during check for major version availability.
1325+ /// Caches the result of `get_dependencies` so that we don't need to make a network request.
1326+ /// Currently dependencies are fetched during initial version resolution, and then during check
1327+ /// for major version availability.
13281328 fn cache_package ( & self , package : & str , result : hexpm:: Package ) {
13291329 let mut runtime_cache = self . runtime_cache . borrow_mut ( ) ;
13301330 let _ = runtime_cache. insert ( package. to_string ( ) , result) ;
You can’t perform that action at this time.
0 commit comments