rust/crates/project_model
bors[bot] 1636f61a15
Merge #10005
10005: Extend `CargoConfig.unset_test_crates`  r=matklad a=regexident

This is to allow for efficiently disabling `#[cfg(test)]` on all crates (by passing `unset_test_crates: UnsetTestCrates::All`) without having to first load the crate graph, when using rust-analyzer as a library.

(FYI: The change doesn't seem to be covered by any existing tests.)

Co-authored-by: Vincent Esche <regexident@gmail.com>
2021-08-30 08:42:13 +00:00
..
src Merge #10005 2021-08-30 08:42:13 +00:00
test_data Rust project project model smoke tests 2021-08-01 15:00:34 -07:00
Cargo.toml switch log crate to tracing 2021-08-30 15:11:42 +08:00