Skip to content

Commit 28c134c

Browse files
committed
Fix typo
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent abc6abe commit 28c134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/sources/registry/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ impl<'cfg> RegistryIndex<'cfg> {
459459
// is not known here.
460460
.filter(|s| (online || load.is_crate_downloaded(s.summary.package_id())))
461461
// Next filter out all yanked packages. Some yanked packages may
462-
// leak throguh if they're in a whitelist (aka if they were
462+
// leak through if they're in a whitelist (aka if they were
463463
// previously in `Cargo.lock`
464464
.filter(|s| !s.yanked || yanked_whitelist.contains(&s.summary.package_id()))
465465
.map(|s| s.summary.clone());

0 commit comments

Comments
 (0)