Skip to content

Commit c8ae5de

Browse files
committed
mention optional features
1 parent 4902f06 commit c8ae5de

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- [cargo.el](#cargoel)
3131
- [cargo-mode](#cargo-mode)
3232
- [rustic](#rustic)
33+
- [Optional features](#optional-features)
3334
- [For package maintainers](#for-package-maintainers)
3435
- [Tests](#tests)
3536
- [Contributing](#contributing)
@@ -233,6 +234,18 @@ post](https://www.badykov.com/emacs/2021/05/29/emacs-cargo-mode/).
233234
extending it with other features such as integration with LSP and with
234235
flycheck.
235236

237+
## Optional features
238+
239+
The features of the following files can be disabled with `rust-load-optional-libraries`.
240+
241+
- rust-cargo.el
242+
- rust-compile.el
243+
- rust-playpen.el
244+
- rust-rustfmt.el
245+
246+
They are disabled by default when you use rustic as it has its own implementations
247+
for those features.
248+
236249
## Customization
237250

238251
`rust-cargo-default-arguments` set additional cargo args used for check,compile,run,test

0 commit comments

Comments
 (0)