We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e43c1e + 9c2c7ec commit 4ff539aCopy full SHA for 4ff539a
src/dist/download.rs
@@ -36,7 +36,7 @@ impl ops::Deref for File {
36
}
37
38
impl<'a> DownloadCfg<'a> {
39
- /// Downloads a file, validating its hash, and resuming interrupted downloads
+ /// Downloads a file and validates its hash. Resumes interrupted downloads.
40
/// Partial downloads are stored in `self.download_dir`, keyed by hash. If the
41
/// target file already exists, then the hash is checked and it is returned
42
/// immediately without re-downloading.
0 commit comments