From 5f96519cf32f91c47b794b51020f21b9e42d8354 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 26 Sep 2025 17:32:13 -0700 Subject: [PATCH] Remove package-workspace from unstable doc index This was stabilized in 1.90, but the index entry wasn't removed. --- src/doc/src/reference/unstable.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index c8b64236fe1..ee90cb74e90 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -125,7 +125,6 @@ Each new feature described below should explain how to use it. * [gitoxide](#gitoxide) --- Use `gitoxide` instead of `git2` for a set of operations. * [script](#script) --- Enable support for single-file `.rs` packages. * [lockfile-path](#lockfile-path) --- Allows to specify a path to lockfile other than the default path `/Cargo.lock`. - * [package-workspace](#package-workspace) --- Allows for packaging and publishing multiple crates in a workspace. * [native-completions](#native-completions) --- Move cargo shell completions to native completions. * [warnings](#warnings) --- controls warning behavior; options for allowing or denying warnings. * [Package message format](#package-message-format) --- Message format for `cargo package`.