diff options
| author | Wenping Guo <ybyygu@gmail.com> | 2021-10-20 08:45:39 +0800 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-20 10:39:39 +0200 |
| commit | 163d6406476b90b9d3cc09f2081438afca8d7bd4 (patch) | |
| tree | a32b884f6068605d8628cfa402d11d49b632e4f0 /README.md | |
| parent | 2e970db74fc6637840753140ad11bbfbd78dbd7d (diff) | |
| download | rust-mode-163d6406476b90b9d3cc09f2081438afca8d7bd4.tar.gz | |
Fix typos in README: !dbg => dbg!
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
