cargo-*: update page (#11327)

This commit is contained in:
Lena
2023-10-29 09:54:53 +01:00
committed by GitHub
parent 28a74a924c
commit 158b891e0f
14 changed files with 56 additions and 150 deletions

View File

@@ -1,7 +1,7 @@
# cargo run
> Run the current Cargo package.
> Note: Set the working directory of the binary executed to the current working directory.
> Note: the working directory of the executed binary will be set to the current working directory.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-run.html>.
- Run the default binary target:
@@ -20,7 +20,7 @@
`cargo run --features {{feature1 feature2 ...}}`
- Disable the default feature:
- Disable the default features:
`cargo run --no-default-features`