File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3935,7 +3935,7 @@ found in the [ffi section of the book][ffi].
3935
3935
3936
3936
In one session of compilation, the compiler can generate multiple artifacts
3937
3937
through the usage of either command line flags or the ` crate_type ` attribute.
3938
- If one or more command line flag is specified, all ` crate_type ` attributes will
3938
+ If one or more command line flags are specified, all ` crate_type ` attributes will
3939
3939
be ignored in favor of only building the artifacts specified by command line.
3940
3940
3941
3941
* ` --crate-type=bin ` , ` #[crate_type = "bin"] ` - A runnable executable will be
@@ -3981,7 +3981,7 @@ Note that these outputs are stackable in the sense that if multiple are
3981
3981
specified, then the compiler will produce each form of output at once without
3982
3982
having to recompile. However, this only applies for outputs specified by the
3983
3983
same method. If only ` crate_type ` attributes are specified, then they will all
3984
- be built, but if one or more ` --crate-type ` command line flag is specified,
3984
+ be built, but if one or more ` --crate-type ` command line flags are specified,
3985
3985
then only those outputs will be built.
3986
3986
3987
3987
With all these different kinds of outputs, if crate A depends on crate B, then
You can’t perform that action at this time.
0 commit comments