You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments