rust/crates/rust-analyzer
Aleksey Kladov 881d71a489 internal: reduce crate interdependence
I don't think there's anything wrong with project_model depending on
proc_macro_api directly -- fundamentally, both are about gluing our pure
data model to the messy outside world.

However, it's easy enough to avoid the dependency, so why not.

As an additional consideration, `proc_macro_api` now pulls in `base_db`.
project_model should definitely not depend on that!
2021-08-22 13:32:00 +03:00
..
src internal: reduce crate interdependence 2021-08-22 13:32:00 +03:00
tests/slow-tests implement feedback from review 2021-08-10 12:21:48 +02:00
build.rs minor: standard snippet 2021-05-07 21:46:25 +03:00
Cargo.toml internal: reduce crate interdependence 2021-08-22 13:32:00 +03:00