rust/crates/rust-analyzer
Aleksey Kladov 6cff076513 Revive cache cleaning
The idea here is that, on CI, we only want to cache crates.io
dependencies, and not local crates. This keeps the size of the cache
low, and also improves performance, as network and moving files on
disk (on Windows) can be slow.
2020-08-18 11:07:21 +02:00
..
src Merge #5782 2020-08-17 14:23:03 +00:00
test_data Rename ra_hir_def -> hir_def 2020-08-13 16:29:33 +02:00
tests/rust-analyzer Revive cache cleaning 2020-08-18 11:07:21 +02:00
build.rs Fix fmt 2020-06-19 02:25:07 +08:00
Cargo.toml Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00