rust/crates/project-model
Florian Diebold 98a58114a4 Only apply cfg(test) for local crates
Don't analyze dependencies with `test`; this should fix various cases
where crates use `cfg(not(test))` and so we didn't find things.

"Local" here currently means anything that's not from the registry, so
anything inside the workspace, but also path dependencies. So this isn't
perfect, and users might still need to use
`rust-analyzer.cargo.unsetTest` for these in some cases.
2022-06-20 20:10:25 +02:00
..
src Only apply cfg(test) for local crates 2022-06-20 20:10:25 +02:00
test_data style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
Cargo.toml internal: Bump Dependencies 2022-06-10 17:30:02 +02:00