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

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

[nongnu] elpa/rust-mode 163d640: Fix typos in README: !dbg => dbg!


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 163d640: Fix typos in README: !dbg => dbg!
Date: Wed, 20 Oct 2021 04:57:48 -0400 (EDT)

branch: elpa/rust-mode
commit 163d6406476b90b9d3cc09f2081438afca8d7bd4
Author: Wenping Guo <ybyygu@gmail.com>
Commit: brotzeit <brotzeitmacher@gmail.com>

    Fix typos in README: !dbg => dbg!
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0ffd6e1..698edbe 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
     - [Code formatting](#code-formatting)
     - [Running / testing / compiling code](#running--testing--compiling-code)
     - [Clippy](#clippy)
-    - [Easy insertion of !dbg](#easy-insertion-of-dbg)
+    - [Easy insertion of dbg!](#easy-insertion-of-dbg)
 - [Other recommended packages](#other-recommended-packages)
     - [Auto-completion / code navigation](#auto-completion--code-navigation)
     - [flycheck](#flycheck)
@@ -115,7 +115,7 @@ you can use the following in your init.el:
 `rust-run-clippy` runs
 [Clippy](https://github.com/rust-lang/rust-clippy), a linter.
 
-### Easy insertion of !dbg
+### Easy insertion of dbg!
 `rust-dbg-wrap-or-unwrap` either wraps or unwraps the current region
 in `dbg!`. This can be useful for easily adding debug lines to your
 program.



reply via email to

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