summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2022-02-03 19:31:52 +0100
committerbrotzeit <brotzeitmacher@gmail.com>2022-02-03 19:32:30 +0100
commit832980d96a3b7e985bc8bfb1dc2bd7e9599c6312 (patch)
tree80c1360aa28000b872bd2d05efd58fdb4f069331 /README.md
parent07e1e0aa2f750da0a73d95e45eb474b54031d2a0 (diff)
downloadrust-mode-832980d96a3b7e985bc8bfb1dc2bd7e9599c6312.tar.gz
allow setting additional args with rust-cargo-default-arguments
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e841da..40f7037 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,9 @@ post](https://www.badykov.com/emacs/2021/05/29/emacs-cargo-mode/).
extending it with other features such as integration with LSP and with
flycheck.
+## Customization
+
+`rust-cargo-default-arguments` set additional cargo args used for check,compile,run,test
## For package maintainers