feat!(config): remove unused cargo plugins
I don't use `cargo-udeps` or `cargo-watch` anymore, remove them.
This commit is contained in:
parent
54b6d5c5b2
commit
ccbb59aafb
1 changed files with 0 additions and 2 deletions
|
@ -209,8 +209,6 @@ in
|
|||
options.extraPackages = mkExtraPackagesOption "Rust" [
|
||||
[ "cargo-insta" ] # snapshot testing
|
||||
[ "cargo-nextest" ] # better testing harness
|
||||
[ "cargo-udeps" ] # check for unused dependencies (requires nightly)
|
||||
[ "cargo-watch" ] # watch for file changes and run commands
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue