We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a0c13 commit 7f7b2acCopy full SHA for 7f7b2ac
README.md
@@ -71,7 +71,7 @@ you set the environment variable EMACS to a program that runs emacs.
71
### Formatting with [rustfmt][rfmt]
72
73
The `rust-format-buffer` function will format your code with
74
-[rustfmt][rfmt] if installed.
+[rustfmt][rfmt] if installed. By default, this is bound to `C-c C-f`.
75
76
Placing `(setq rust-format-on-save t)` in your `~/.emacs` will enable automatic
77
running of `rust-format-buffer` when you save a buffer.
0 commit comments