This repository was archived by the owner on Dec 29, 2022. It is now read-only.
RLS should have finer grained build options in addition to all_targets
#1209
Labels
enhancement
Indicates new feature requests
It would be nice if we could have finer grained build options instead of only
all_targets
. There are often times when I'd like to build all binaries or examples, but not the tests. It looks like cargo has support for this:We should add these options:
all_packages
all_binaries
all_examples
The text was updated successfully, but these errors were encountered: