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.
1 parent abc6abe commit 28c134cCopy full SHA for 28c134c
src/cargo/sources/registry/index.rs
@@ -459,7 +459,7 @@ impl<'cfg> RegistryIndex<'cfg> {
459
// is not known here.
460
.filter(|s| (online || load.is_crate_downloaded(s.summary.package_id())))
461
// Next filter out all yanked packages. Some yanked packages may
462
- // leak throguh if they're in a whitelist (aka if they were
+ // leak through if they're in a whitelist (aka if they were
463
// previously in `Cargo.lock`
464
.filter(|s| !s.yanked || yanked_whitelist.contains(&s.summary.package_id()))
465
.map(|s| s.summary.clone());
0 commit comments