We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcee312 commit fba7a49Copy full SHA for fba7a49
src/crates.md
@@ -9,4 +9,4 @@ individually, only crates get compiled.
9
10
A crate can be compiled into a binary or into a library. By default, `rustc`
11
will produce a binary from a crate. This behavior can be overridden by passing
12
-the `--crate-type` flag to `rustc`.
+the `--crate-type` flag to `lib`.
0 commit comments