Skip to content

Commit 23e390a

Browse files
committed
docs: remove the outdated workaround for running Cargo
Signed-off-by: Rustin170506 <techregister@pm.me>
1 parent addcc8c commit 23e390a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc/contrib/src/process/working-on-cargo.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ the directory for each compilation, this can cause different calls to `rustc`
7272
to use different versions. There are a few workarounds:
7373

7474
* Don't use rustup overrides.
75-
* Use `rustup run target/debug/cargo` to execute `cargo`.
7675
* Set the `RUSTC` environment variable to a specific `rustc` executable (not
7776
the rustup wrapper).
7877
* Create a [custom toolchain]. This is a bit of a hack, but you can create a

0 commit comments

Comments
 (0)