Skip to content

Commit 62c6de3

Browse files
committed
Fixup the docs on crate-type
1 parent 2458180 commit 62c6de3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,7 @@ crate-type = ["dylib"] # could be `staticlib` as well
809809
```
810810

811811
The available options are `dylib`, `rlib`, `staticlib`, `cdylib`, and
812-
`proc-macro`. You should only use this option in a package. Cargo will always
813-
compile packages (dependencies) based on the requirements of the package that
814-
includes them.
812+
`proc-macro`.
815813

816814
You can read more about the different crate types in the
817815
[Rust Reference Manual](https://doc.rust-lang.org/reference/linkage.html)

0 commit comments

Comments
 (0)