Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more precision to the effects of --bin flag (#1607)
`cargo build` will include *all* binaries by default, so it is misleading to say "default or other binaries". By using the the word `only` as an adverb, we implicitly communicating this while also explaining the side effects of `--bin` correctly.
- Loading branch information