1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 21:29:42 +00:00

chore: Remove Rust documentation cache cleaning

This commit is contained in:
Tw93
2025-12-13 15:01:30 +08:00
parent 85005bd9cf
commit 70ce2a41c5
2 changed files with 1 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ clean_dev_go() {
clean_dev_rust() {
safe_clean ~/.cargo/registry/cache/* "Rust cargo cache"
safe_clean ~/.cargo/git/* "Cargo git cache"
safe_clean ~/.rustup/toolchains/*/share/doc/* "Rust documentation cache"
safe_clean ~/.rustup/downloads/* "Rust downloads cache"
}