File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
- [ Code formatting] ( #code-formatting )
16
16
- [ Running / testing / compiling code] ( #running--testing--compiling-code )
17
17
- [ Clippy] ( #clippy )
18
- - [ Easy insertion of ! dbg] ( #easy-insertion-of-dbg )
18
+ - [ Easy insertion of dbg! ] ( #easy-insertion-of-dbg )
19
19
- [ Other recommended packages] ( #other-recommended-packages )
20
20
- [ Auto-completion / code navigation] ( #auto-completion--code-navigation )
21
21
- [ flycheck] ( #flycheck )
@@ -115,7 +115,7 @@ you can use the following in your init.el:
115
115
` rust-run-clippy ` runs
116
116
[ Clippy] ( https://github.com/rust-lang/rust-clippy ) , a linter.
117
117
118
- ### Easy insertion of ! dbg
118
+ ### Easy insertion of dbg!
119
119
` rust-dbg-wrap-or-unwrap ` either wraps or unwraps the current region
120
120
in ` dbg! ` . This can be useful for easily adding debug lines to your
121
121
program.
You can’t perform that action at this time.
0 commit comments