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 e421be2 commit d3b0adbCopy full SHA for d3b0adb
src/cargo/sources/registry/mod.rs
@@ -847,7 +847,7 @@ impl<'gctx> Source for RegistrySource<'gctx> {
847
// names to the original name. The resolver will later
848
// reject any candidates that have the wrong name, and with this it'll
849
// have enough information to offer "a similar crate exists" suggestions.
850
- // For now we only try the canonical lysing `-` to `_` and vice versa.
+ // For now we only try canonicalizing `-` to `_` and vice versa.
851
// More advanced fuzzy searching become in the future.
852
for name_permutation in [
853
dep.package_name().replace('-', "_"),
0 commit comments