mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
42528799e2
When typing in a single character shortcut as a capital, it always returns `b` as the suggestion as every one-letter abbreviation is a lev distance 1 away from the capitalized one. By making the levenshtein distance case insensitive, the case-mismatched one-letter abbriviation (e.g. `C` to `c`) will be suggested, rather than `b` |
||
---|---|---|
.. | ||
build-std | ||
testsuite | ||
internal.rs |