Skip to content

Commit

Permalink
Fixup the docs on crate-type
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jan 28, 2019
1 parent 2458180 commit 62c6de3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,7 @@ crate-type = ["dylib"] # could be `staticlib` as well
```

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

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

0 comments on commit 62c6de3

Please sign in to comment.