From ae1944a39fc176ff7d155479d29590323e4f7d95 Mon Sep 17 00:00:00 2001 From: user1823 <92206575+user1823@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:33:10 +0530 Subject: [PATCH] Docs/Update "Cleaning up build files" section --- docs/development.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/development.md b/docs/development.md index defe9ef1e..7a769615b 100644 --- a/docs/development.md +++ b/docs/development.md @@ -151,9 +151,10 @@ Cargo, yarn and pip all cache downloads of dependencies in a shared cache that other builds on your system may use as well. If you wish to clear up those caches, they can be found in `~/.rustup`, `~/.cargo` and `~/.cache/{yarn,pip}`. -If you invoke Rust outside of the build scripts (eg by running cargo, or -with Rust Analyzer), output files will go into `target/` unless you have -overriden the default output location. +With previous versions, if you invoked Rust outside of the build scripts (e.g., by +running cargo, or with Rust Analyzer), output files would go into `target/` unless +you had overridden the default output location. If you are up-to-date with the +current main branch, you may want to delete the `target/` folder. ## IDEs