File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 30
30
- [ cargo.el] ( #cargoel )
31
31
- [ cargo-mode] ( #cargo-mode )
32
32
- [ rustic] ( #rustic )
33
+ - [ Optional features] ( #optional-features )
33
34
- [ For package maintainers] ( #for-package-maintainers )
34
35
- [ Tests] ( #tests )
35
36
- [ Contributing] ( #contributing )
@@ -233,6 +234,18 @@ post](https://www.badykov.com/emacs/2021/05/29/emacs-cargo-mode/).
233
234
extending it with other features such as integration with LSP and with
234
235
flycheck.
235
236
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
+
236
249
## Customization
237
250
238
251
` rust-cargo-default-arguments ` set additional cargo args used for check,compile,run,test
You can’t perform that action at this time.
0 commit comments