Commit 6f2703b
authored
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.1 parent 7a4484f commit 6f2703b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments