Skip to content

Commit

Permalink
Auto merge of #6569 - dwijnand:fix-unstable-doc-typo, r=ehuss
Browse files Browse the repository at this point in the history
Fix a typo in the unstable docs

None
  • Loading branch information
bors committed Jan 20, 2019
2 parents 6d5cd59 + 323cf9d commit 102f747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ a `build.rs` script, you specify a list of build dependencies in the
that runs each build dependency in order. Metabuild packages can then read
metadata from `Cargo.toml` to specify their behavior.

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

```toml
cargo-features = ["metabuild"]
Expand Down

0 comments on commit 102f747

Please sign in to comment.