rust/crates/ra_project_model
Aleksey Kladov bc4d047267 Add is_workspace_member for rust-project.json
It is currently unused, but, in the future, it will be used to:

* drive certain UX (symbols search by default will look only in the
members)
* improve performance (rust-analyzer will assume that non-members
change rarely)

If not specified, is_workspace member is inferred from the path
2020-07-20 17:57:10 +02:00
..
src Add is_workspace_member for rust-project.json 2020-07-20 17:57:10 +02:00
Cargo.toml Add a license field to all the crates 2020-07-14 10:57:26 +09:00