Skip to content

Commit 102f747

Browse files
committed
Auto merge of #6569 - dwijnand:fix-unstable-doc-typo, r=ehuss
Fix a typo in the unstable docs None
2 parents 6d5cd59 + 323cf9d commit 102f747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/unstable.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ a `build.rs` script, you specify a list of build dependencies in the
261261
that runs each build dependency in order. Metabuild packages can then read
262262
metadata from `Cargo.toml` to specify their behavior.
263263

264-
Include `cargo-features` at the top of `Cargo.toml`, a `metadata` key in the
264+
Include `cargo-features` at the top of `Cargo.toml`, a `metabuild` key in the
265265
`package`, list the dependencies in `build-dependencies`, and add any metadata
266-
that the metabuild packages require. Example:
266+
that the metabuild packages require under `package.metadata`. Example:
267267

268268
```toml
269269
cargo-features = ["metabuild"]

0 commit comments

Comments
 (0)