From 323cf9d91e39e7f0df8b19f5e4ce01943c3b2381 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sun, 20 Jan 2019 16:05:57 +0000 Subject: [PATCH] Fix a typo in the unstable docs --- src/doc/src/reference/unstable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index aeb52afff5e..9a46176cd82 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -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"]