mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 17:24:45 +00:00
chore: Remove Rust documentation cache cleaning
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user