diff options
| author | Spencer Nelson <s@spencerwnelson.com> | 2020-06-17 23:31:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 08:31:34 +0200 |
| commit | 9eb2c632e32e9979a1694c1e62961d7ad66e8f4a (patch) | |
| tree | 26548f40c3dfa1b1be17c89bc85e763388e893b7 /README.md | |
| parent | ef152ad23cc66cdf9ca885b4d47fece69f3edbf1 (diff) | |
| download | rust-mode-9eb2c632e32e9979a1694c1e62961d7ad66e8f4a.tar.gz | |
Fix README internal link (#389)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ This mode provides: - Integration with Cargo, clippy and rustfmt This mode does _not_ provide autocompletion, or jumping to function / -trait definitions. See [Integration with Rust Language Server](#rust-language-server) +trait definitions. See [Auto-completion / code navigation](#auto-completion--code-navigation) below for tips on how to enable this. @@ -110,7 +110,7 @@ you can use the following in your init.el: ## Clippy `rust-run-clippy` runs -[Clippy](https://github.com/rust-lang/rust-clippy), a linter. +[Clippy](https://github.com/rust-lang/rust-clippy), a linter. ## Easy insertion of !dbg `rust-dbg-wrap-or-unwrap` either wraps or unwraps the current region |
