diff options
| author | Nathan Moreau <nathan.moreau@m4x.org> | 2020-12-04 17:26:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 17:26:12 +0100 |
| commit | c5c7ed31a2e1106ab4835b135618a34570796dc7 (patch) | |
| tree | 83f6fe5ee2435bd9f865c6ecaf99f183d3fd360f /README.md | |
| parent | ca415e9a7877538de5b34e9eaabf83ffb210b820 (diff) | |
| download | rust-mode-c5c7ed31a2e1106ab4835b135618a34570796dc7.tar.gz | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,8 +97,8 @@ on save: ## Running / testing / compiling code -The `rust-run`, `rust-test` and `rust-compile` functions shell out to -Cargo to run, test or build your code. Under the hood, these use the +The `rust-run`, `rust-test`, `rust-compile` and `rust-check` functions shell out to +Cargo to run, test, build and check your code. Under the hood, these use the standard Emacs `compile` function. These are not bound by default. To bind these to keyboard shortcuts, |
