summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathan Moreau <nathan.moreau@m4x.org>2020-12-04 17:26:12 +0100
committerGitHub <noreply@github.com>2020-12-04 17:26:12 +0100
commitc5c7ed31a2e1106ab4835b135618a34570796dc7 (patch)
tree83f6fe5ee2435bd9f865c6ecaf99f183d3fd360f /README.md
parentca415e9a7877538de5b34e9eaabf83ffb210b820 (diff)
downloadrust-mode-c5c7ed31a2e1106ab4835b135618a34570796dc7.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b2a18aa..7fb3f35 100644
--- a/README.md
+++ b/README.md
@@ -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,