Skip to content

Commit 163d640

Browse files
ybyygubrotzeit
authored andcommitted
Fix typos in README: !dbg => dbg!
1 parent 2e970db commit 163d640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Code formatting](#code-formatting)
1616
- [Running / testing / compiling code](#running--testing--compiling-code)
1717
- [Clippy](#clippy)
18-
- [Easy insertion of !dbg](#easy-insertion-of-dbg)
18+
- [Easy insertion of dbg!](#easy-insertion-of-dbg)
1919
- [Other recommended packages](#other-recommended-packages)
2020
- [Auto-completion / code navigation](#auto-completion--code-navigation)
2121
- [flycheck](#flycheck)
@@ -115,7 +115,7 @@ you can use the following in your init.el:
115115
`rust-run-clippy` runs
116116
[Clippy](https://github.com/rust-lang/rust-clippy), a linter.
117117

118-
### Easy insertion of !dbg
118+
### Easy insertion of dbg!
119119
`rust-dbg-wrap-or-unwrap` either wraps or unwraps the current region
120120
in `dbg!`. This can be useful for easily adding debug lines to your
121121
program.

0 commit comments

Comments
 (0)