]> git.proxmox.com Git - cargo.git/commitdiff
Fixup the docs on crate-type
authorDale Wijnand <dale.wijnand@gmail.com>
Sun, 27 Jan 2019 19:15:47 +0000 (19:15 +0000)
committerDale Wijnand <dale.wijnand@gmail.com>
Mon, 28 Jan 2019 06:55:53 +0000 (06:55 +0000)
src/doc/src/reference/manifest.md

index 26aa3920922ef821d3b781e2a8ba049b0bb3b98d..3788037a6de4ab97e3db632efd20d9c856bd174e 100644 (file)
@@ -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)