We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d8ac3c + 0f4ddf9 commit 4c1fa54Copy full SHA for 4c1fa54
src/cargo/sources/registry/mod.rs
@@ -517,7 +517,7 @@ impl<'cfg> RegistrySource<'cfg> {
517
MaybePackage::Download { .. } => unreachable!(),
518
};
519
520
- // After we've loaded the package configure it's summary's `checksum`
+ // After we've loaded the package configure its summary's `checksum`
521
// field with the checksum we know for this `PackageId`.
522
let req = VersionReq::exact(package.version());
523
let summary_with_cksum = self
0 commit comments