Skip to content

Commit 54d5202

Browse files
committed
Move mention of target directory cleaning.
1 parent c07fd10 commit 54d5202

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posts/2023-12-11-cargo-cache-cleaning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This post includes:
1111
- A description of what this means ([What is this feature?](#what-is-this-feature))
1212
- A call for help ([What to watch out for](#what-to-watch-out-for) and [Request for feedback](#request-for-feedback))
1313
- Implementation details ([Design considerations and implementation details](#design-considerations-and-implementation-details))
14-
- An outline of what is planned for the future which includes cleaning of target directories ([Plan for the future](#plan-for-the-future))
14+
- An outline of what is planned for the future ([Plan for the future](#plan-for-the-future))
1515

1616
In short, we are asking people who use the nightly channel to enable this feature and report any issues you encounter on the [Cargo issue tracker][cargo-issues].
1717
To enable it, place the following in your Cargo config file (typically located in `~/.cargo/config.toml` or `%USERPROFILE%\.cargo\config.toml` for Windows):
@@ -44,6 +44,8 @@ The new garbage collection ("GC") feature adds tracking of this cache data so th
4444
It keeps an SQLite database which tracks the last time the various cache elements have been used.
4545
Every time you run a cargo command that reads or writes any of this cache data, it will update the database with a timestamp of when that data was last used.
4646

47+
What isn't yet included is cleaning of target directories, see [Plan for the future](#plan-for-the-future).
48+
4749
[crates.io]: https://crates.io/
4850
[registry index data]: https://doc.rust-lang.org/cargo/reference/registry-index.html
4951

0 commit comments

Comments
 (0)