From 530b73d7483d91fcf9c1baed7d06eddc00c64a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E9=A3=9ESunface?= Date: Sun, 20 Feb 2022 19:41:35 +0800 Subject: [PATCH] Update contents/cargo/guide/cargo-cache.md --- contents/cargo/guide/cargo-cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/cargo/guide/cargo-cache.md b/contents/cargo/guide/cargo-cache.md index ab71422f..ea136a59 100644 --- a/contents/cargo/guide/cargo-cache.md +++ b/contents/cargo/guide/cargo-cache.md @@ -45,7 +45,7 @@ $ echo $HOME/.cargo/ ## 清除缓存 理论上,我们可以手动移除缓存中的任何一部分,当后续有包需要时 `Cargo` 会尽可能去恢复这些资源: -- 解压缩到 `registry/src` 的 `.crate` 档案 +- 解压缩 `registry/cache` 下的 `.crate` 档案 - 从 `.git` 中 `checkout` 缓存的仓库 - 如果以上都没了,会从网络上重新下载