Skip to content

Commit beacf7a

Browse files
Update text/0000-cargo-cli-crate-type.md
Co-authored-by: Josh Triplett <[email protected]>
1 parent 72400c6 commit beacf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-cargo-cli-crate-type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cargo build --crate-type cdylib --features ffi
3939
# Reference-level explanation
4040
[reference-level-explanation]: #reference-level-explanation
4141

42-
A new command-line argument, `--crate-type`, will be added to Cargo. It must be provided a list of 1 or more crate types, of which the allowed values are the same as can be [provided in the manifest](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#the-crate-type-field).
42+
A new command-line argument, `--crate-type`, will be added to Cargo. It must be provided a comma-separated list of 1 or more crate types, of which the allowed values are the same as can be [provided in the manifest](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#the-crate-type-field).
4343

4444
The argument will be added for `cargo build` and `cargo rustc`.
4545

0 commit comments

Comments
 (0)