Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from r-darwish/cargo-features
Browse files Browse the repository at this point in the history
Test, check and build all Cargo features by default
  • Loading branch information
drrlvn committed Dec 17, 2018
2 parents 51523e5 + 5078a7d commit b181bd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,11 @@

(use-package cargo
:ensure
:hook (rust-mode . cargo-minor-mode))
:hook (rust-mode . cargo-minor-mode)
:config
(setq cargo-process--command-check "check --all-features"
cargo-process--command-test "test --all-features"
cargo-process--command-build "build --all-features"))

(use-package flycheck-rust
:ensure
Expand Down

0 comments on commit b181bd9

Please sign in to comment.