mirror of https://github.com/rust-lang/rfcs.git
fix member path
This commit is contained in:
parent
b23226facc
commit
4cd75a6f82
|
@ -256,13 +256,13 @@ configuration necessary, are:
|
|||
```toml
|
||||
# crates/crate1/Cargo.toml
|
||||
[package]
|
||||
workspace = "../root"
|
||||
workspace = "../../root"
|
||||
```
|
||||
|
||||
```toml
|
||||
# crates/crate2/Cargo.toml
|
||||
[package]
|
||||
workspace = "../root"
|
||||
workspace = "../../root"
|
||||
```
|
||||
|
||||
Projects like the compiler will likely need exhaustively explicit configuration.
|
||||
|
|
Loading…
Reference in New Issue