File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ be ignored in favor of only building the artifacts specified by command line.
4242 the compiler will never attempt to link to ` staticlib ` outputs. The
4343 purpose of this output type is to create a static library containing all of
4444 the local crate's code along with all upstream dependencies. This output type
45- will create an ` *.a ` archive on Linux, macOS and Windows (MinGW), and a
46- ` *.lib ` file on Windows (MSVC).
47- This format is recommended for use in situations such as linking Rust code
48- into an existing non-Rust application
45+ will create ` *.a ` files on Linux, macOS and Windows (MinGW), and ` *.lib ` files
46+ on Windows (MSVC). This format is recommended for use in situations such as
47+ linking Rust code into an existing non-Rust application
4948 because it will not have dynamic dependencies on other Rust code.
5049
5150* ` --crate-type=cdylib ` , ` #[crate_type = "cdylib"] ` - A dynamic system
You can’t perform that action at this time.
0 commit comments