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 294967c + de5efea commit 2ad6cb7Copy full SHA for 2ad6cb7
src/cargo/ops/resolve.rs
@@ -475,7 +475,7 @@ pub fn resolve_with_previous<'cfg>(
475
resolved.register_used_patches(&patches[..]);
476
477
if register_patches && !resolved.unused_patches().is_empty() {
478
- emit_warnings_of_unused_patches(ws, &resolved, ®istry)?;
+ emit_warnings_of_unused_patches(ws, &resolved, registry)?;
479
}
480
481
if let Some(previous) = previous {
0 commit comments