File tree Expand file tree Collapse file tree 3 files changed +302
-191
lines changed Expand file tree Collapse file tree 3 files changed +302
-191
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ pub enum DownloadResult {
423
423
}
424
424
425
425
impl ManagedPythonDownload {
426
- /// Return the first [`PythonDownload `] matching a request, if any.
426
+ /// Return the first [`ManagedPythonDownload `] matching a request, if any.
427
427
pub fn from_request (
428
428
request : & PythonDownloadRequest ,
429
429
) -> Result < & ' static ManagedPythonDownload , Error > {
@@ -433,7 +433,7 @@ impl ManagedPythonDownload {
433
433
. ok_or ( Error :: NoDownloadFound ( request. clone ( ) ) )
434
434
}
435
435
436
- /// Iterate over all [`PythonDownload`]' s.
436
+ /// Iterate over all [`ManagedPythonDownload`] s.
437
437
pub fn iter_all ( ) -> impl Iterator < Item = & ' static ManagedPythonDownload > {
438
438
PYTHON_DOWNLOADS
439
439
. iter ( )
You can’t perform that action at this time.
0 commit comments