diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2022-09-24 10:39:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 10:39:32 +0200 |
| commit | b4537b6f5fa65626c1bab944681b35769cab9b5c (patch) | |
| tree | 782a6b05df43222ac237aefdc123ccdfefce76cc | |
| parent | 1d24ca2e6c18cd036f00e930cca64f44db04fb67 (diff) | |
| parent | b96ea13a6ec11e720869e6be522c1e1ef804011c (diff) | |
| download | rust-mode-b4537b6f5fa65626c1bab944681b35769cab9b5c.tar.gz | |
Merge pull request #462 from ybiquitous/fix-link-in-readme
Fix internal link in README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -51,8 +51,7 @@ This mode provides: - Integration with Cargo, clippy and rustfmt This mode does _not_ provide autocompletion, or jumping to function / -trait definitions. See [Auto-completion / code -navigation](#auto-completion--code-navigation) below for tips on how +trait definitions. See [Auto-completion](#auto-completion) below for tips on how to enable this. If you are missing features in rust-mode, please check out |
