Fix link to cargo workspace documentation

This commit is contained in:
Lukas Bergdoll
2019-01-28 23:00:49 +01:00
committed by Dan Gohman
parent 45cd3f6193
commit 54959cf5bb

View File

@@ -77,7 +77,7 @@ Cranelift uses a [conventional Cargo build
process](https://doc.rust-lang.org/cargo/guide/working-on-an-existing-project.html). process](https://doc.rust-lang.org/cargo/guide/working-on-an-existing-project.html).
Cranelift consists of a collection of crates, and uses a [Cargo Cranelift consists of a collection of crates, and uses a [Cargo
Workspace](https://doc.rust-lang.org/book/second-edition/ch14-03-cargo-workspaces.html), Workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html),
so for some cargo commands, such as `cargo test`, the `--all` is needed so for some cargo commands, such as `cargo test`, the `--all` is needed
to tell cargo to visit all of the crates. to tell cargo to visit all of the crates.