diff options
| author | Norberto Lopes <nlopes.ml@gmail.com> | 2020-05-08 09:50:11 +0100 |
|---|---|---|
| committer | Nathan Moreau <nathan.moreau@m4x.org> | 2020-05-17 17:46:45 +0200 |
| commit | 1603a258d1dec3c5f8671a12782d913bb828864a (patch) | |
| tree | a81767a56afd2a6233ebd8cf92fb31da21184aae /README.md | |
| parent | 5375e54904dac5e431bd27cd6ebb91c725a26c50 (diff) | |
| download | rust-mode-1603a258d1dec3c5f8671a12782d913bb828864a.tar.gz | |
Change 'rust-build' to 'rust-compile' in README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ on save: ## Running / testing / compiling code -The `rust-run`, `rust-test` and `rust-build` functions shell out to +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 standard Emacs `compile` function. |
