Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #14515 - nekomachi-touge:cargo-isssue-14463, r=weihanglo
docs: bin source can be `src/main.rs` and/or in `src/bin/` ### What does this PR try to resolve? This commit clarifies the doc by stating we can place a binary source as `src/main.rs` and/or in `src/bin/`. Wording is suggested by Ed Page (`@epage).` ### How should we test and review this PR? (It seems the only way is to check the chenge visually...) ### Additional information Closes #14463.
- Loading branch information