mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Somewhat fix pre-cache
This commit is contained in:
parent
b28c54a2c2
commit
50f8c1ebf2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ pub fn run_pre_cache() -> Result<()> {
|
|||
}
|
||||
|
||||
fs2::remove_file("./target/.rustc_info.json")?;
|
||||
let to_delete = ["ra_", "heavy_test", "xtask"];
|
||||
let to_delete = ["hir", "heavy_test", "xtask", "ide", "rust-analyzer"];
|
||||
for &dir in ["./target/debug/deps", "target/debug/.fingerprint"].iter() {
|
||||
for entry in Path::new(dir).read_dir()? {
|
||||
let entry = entry?;
|
||||
|
|
Loading…
Reference in a new issue