File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This mode provides:
50
50
- Indentation
51
51
- Integration with Cargo, clippy and rustfmt
52
52
53
- This mode does _ not_ provide autocompletion , or jumping to function /
53
+ This mode does _ not_ provide auto completion , or jumping to function /
54
54
trait definitions. See [ Auto-completion] ( #auto-completion ) below for tips on how
55
55
to enable this.
56
56
@@ -189,7 +189,7 @@ This is bound to <kbd>C-c C-d</kbd> by default.
189
189
190
190
### More commands
191
191
192
- - ` rustic -toggle-mutability` toggle mut for var defined at current line
192
+ - ` rust -toggle-mutability` toggle mut for var defined at current line
193
193
194
194
## highlighting with tree-sitter
195
195
@@ -228,7 +228,7 @@ by using additional packages. You can find more information in the
228
228
You can either use a lsp client or [ racer] ( https://github.com/racer-rust/racer )
229
229
with [ emacs-racer] ( https://github.com/racer-rust/emacs-racer#installation ) .
230
230
231
- Note that racer and rls are considered deprecated. You should try rust-analyzer
231
+ Note that racer and rls are considered deprecated. You should use rust-analyzer
232
232
instead.
233
233
234
234
## Other recommended packages
You can’t perform that action at this time.
0 commit comments