rust-analyzer/crates/ra_project_model
Clemens Wasser 2e562c158f ra_project_model: Fix configuration of features
This commit fixes the handling of user-defined configuration
of some cargo options. Previously you could either specify
`--all-features`, `--no-default-features` or `--features`.
Now you can specify either `--all-features` or `--no-default-features`
and `--features`. This commit also corrects the `--features`
command-line argument creation inside of `load_extern_resources`.
2020-07-30 16:28:29 +02:00
..
src ra_project_model: Fix configuration of features 2020-07-30 16:28:29 +02:00
Cargo.toml cargo_metadata 0.11.1 and cargo update 2020-07-29 17:06:56 -04:00