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 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/).
233234extending it with other features such as integration with LSP and with
234235flycheck.
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
You can’t perform that action at this time.
0 commit comments