diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index e267f63f833..29eb7fafcc9 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -129,6 +129,7 @@ Each new feature described below should explain how to use it. * [warnings](#warnings) --- controls warning behavior; options for allowing or denying warnings. * [Package message format](#package-message-format) --- Message format for `cargo package`. * [`fix-edition`](#fix-edition) --- A permanently unstable edition migration helper. + * [Plumbing subcommands](https://github.com/crate-ci/cargo-plumbing) --- Low, level commands that act as APIs for Cargo, like `cargo metadata` ## allow-features