emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 9eb2c63 460/486: Fix README internal link (#389)


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 9eb2c63 460/486: Fix README internal link (#389)
Date: Sat, 7 Aug 2021 09:26:14 -0400 (EDT)

branch: elpa/rust-mode
commit 9eb2c632e32e9979a1694c1e62961d7ad66e8f4a
Author: Spencer Nelson <s@spencerwnelson.com>
Commit: GitHub <noreply@github.com>

    Fix README internal link (#389)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d47b0d6..b2a18aa 100644
--- a/README.md
+++ b/README.md
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]