cargo-build: fix --bin subcommand (#4921)

This commit is contained in:
Alvise Trevisan
2020-11-01 17:06:02 +02:00
committed by GitHub
parent 41b69bd45b
commit b804c909d3

View File

@@ -25,7 +25,7 @@
- Build only the specified binary:
`cargo --bin {{name}}`
`cargo build --bin {{name}}`
- Build only the specified test target: